Click or drag to resize
NbFileBucketUploadNewFileAsync Method
新規ファイルアップロード

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> UploadNewFileAsync(
	byte[] dataBytes,
	string fileName,
	string contentType,
	NbAcl acl = null,
	bool cacheDisabled = false
)

Parameters

dataBytes
Type: SystemByte
ファイルデータ
fileName
Type: SystemString
ファイル名
contentType
Type: SystemString
Content-Type
acl (Optional)
Type: Nec.NebulaNbAcl
ACL (オプション)
cacheDisabled (Optional)
Type: SystemBoolean
キャッシュ禁止フラグ

Return Value

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

Core

Supported in: 1.0
See Also