| NbFileMetadata Constructor | 
            JSON表記からメタデータへの変換
            
 
Namespace: Nec.NebulaAssembly: Nec.Nebula.Core (in Nec.Nebula.Core.dll) Version: 7.0.0.0 (7.0.0.0)
 Syntax
Syntaxpublic 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 -> NbFileMetadataParameters
- bucketName
- Type: SystemString
 バケット名
- json
- Type: Nec.NebulaNbJsonObject
 JSON
 Exceptions
Exceptions Version Information
Version InformationCore
Supported in: 1.0
 See Also
See Also