Class ObjectStorageImportMetadataPath
Object Storage details for import metadata path.
Inherited Members
Namespace: Oci.DatalabelingService.Models
Assembly: OCI.DotNetSDK.Datalabelingservice.dll
Syntax
public class ObjectStorageImportMetadataPath : ImportMetadataPathProperties
Bucket
Declaration
[Required(ErrorMessage = "Bucket is required.")]
[JsonProperty(PropertyName = "bucket")]
public string Bucket { get; set; }Property Value
| Type | Description | 
|---|---|
| string | Bucket name | 
Remarks
Required
Namespace
Declaration
[Required(ErrorMessage = "Namespace is required.")]
[JsonProperty(PropertyName = "namespace")]
public string Namespace { get; set; }Property Value
| Type | Description | 
|---|---|
| string | Bucket namespace name | 
Remarks
Required
Path
Declaration
[Required(ErrorMessage = "Path is required.")]
[JsonProperty(PropertyName = "path")]
public string Path { get; set; }Property Value
| Type | Description | 
|---|---|
| string | Path for the metadata file. | 
Remarks
Required