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

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,
	string fileName,
	string contentType,
	string metaEtag = null,
	string fileEtag = null
)

Parameters

dataBytes
Type: SystemByte
ファイルデータ
fileName
Type: SystemString
ファイル名
contentType
Type: SystemString
Content-Type
metaEtag (Optional)
Type: SystemString
meta ETag (オプション)
fileEtag (Optional)
Type: SystemString
file ETag (オプション)

Return Value

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

Core

Supported in: 1.0
See Also