NbFileMetadata Constructor |
JSON表記からメタデータへの変換
Namespace: Nec.NebulaAssembly: Nec.Nebula.Core (in Nec.Nebula.Core.dll) Version: 7.0.0.0 (7.0.0.0)
Syntax public NbFileMetadata(
string bucketName,
NbJsonObject json
)
Public Sub New (
bucketName As String,
json As NbJsonObject
)
public:
NbFileMetadata(
String^ bucketName,
NbJsonObject^ json
)
new :
bucketName : string *
json : NbJsonObject -> NbFileMetadata
Parameters
- bucketName
- Type: SystemString
バケット名 - json
- Type: Nec.NebulaNbJsonObject
JSON
Exceptions Version Information Core
Supported in: 1.0
See Also