Show / Hide Table of Contents

Class ArtifactExportDetailsObjectStorage

Model artifact source details for exporting artifact to service bucket

Inheritance
object
ArtifactExportDetails
ArtifactExportDetailsObjectStorage
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

In this article
Back to top