Click or drag to resize
NbFileBucketUploadUpdateFileAsync Method (Byte, NbFileMetadata)
更新ファイルアップロード

Namespace: Nec.Nebula
Assembly: Nec.Nebula.Core (in Nec.Nebula.Core.dll) Version: 7.0.0.0 (7.0.0.0)
Syntax
public Task<NbFileMetadata> UploadUpdateFileAsync(
	byte[] dataBytes,
	NbFileMetadata metadata
)

Parameters

dataBytes
Type: SystemByte
ファイルデータ
metadata
Type: Nec.NebulaNbFileMetadata
メタデータ

Return Value

Type: TaskNbFileMetadata
更新後のファイルメタデータ
Exceptions
ExceptionCondition
ArgumentNullExceptionファイルデータ、メタデータ、ファイル名、Content-Typeが未設定
Version Information

Core

Supported in: 1.0
See Also