Click or drag to resize
NbFileBucketGetFileMetadataAsync 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> GetFileMetadataAsync(
	string fileName
)

Parameters

fileName
Type: SystemString
ファイル名

Return Value

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

Core

Supported in: 1.0
See Also