Click or drag to resize
NbFileBucketUnpublishFileAsync 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> UnpublishFileAsync(
	string filename,
	string metaEtag = null
)

Parameters

filename
Type: SystemString
ファイル名
metaEtag (Optional)
Type: SystemString
Meta ETag (オプション)

Return Value

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

Core

Supported in: 1.0
See Also