Class ArtifactExportDetailsObjectStorage
Model artifact source details for exporting artifact to service bucket
Inherited Members
Namespace: Oci.DatascienceService.Models
Assembly: OCI.DotNetSDK.Datascience.dll
Syntax
public class ArtifactExportDetailsObjectStorage : ArtifactExportDetails
Properties
Namespace
Declaration
[JsonProperty(PropertyName = "namespace")]
public string Namespace { get; set; }
Property Value
Type | Description |
---|---|
string | The Object Storage namespace used for the request. |
SourceBucket
Declaration
[JsonProperty(PropertyName = "sourceBucket")]
public string SourceBucket { get; set; }
Property Value
Type | Description |
---|---|
string | The name of the bucket. Avoid entering confidential information. |
SourceObjectName
Declaration
[JsonProperty(PropertyName = "sourceObjectName")]
public string SourceObjectName { get; set; }
Property Value
Type | Description |
---|---|
string | The name of the object resulting from the copy operation. |
SourceRegion
Declaration
[JsonProperty(PropertyName = "sourceRegion")]
public string SourceRegion { get; set; }
Property Value
Type | Description |
---|---|
string | Region in which OSS bucket is present |