Show / Hide Table of Contents

Class ArtifactImportDetailsObjectStorage

Artifact destination details for importing to destination bucket

Inheritance
object
ArtifactImportDetails
ArtifactImportDetailsObjectStorage
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 ArtifactImportDetailsObjectStorage : ArtifactImportDetails

Properties

DestinationBucket

Declaration
[JsonProperty(PropertyName = "destinationBucket")]
public string DestinationBucket { get; set; }
Property Value
Type Description
string

The name of the bucket. Avoid entering confidential information.

DestinationObjectName

Declaration
[JsonProperty(PropertyName = "destinationObjectName")]
public string DestinationObjectName { get; set; }
Property Value
Type Description
string

The name of the object resulting from the copy operation.

DestinationRegion

Declaration
[JsonProperty(PropertyName = "destinationRegion")]
public string DestinationRegion { get; set; }
Property Value
Type Description
string

Region in which OSS bucket is present

Namespace

Declaration
[JsonProperty(PropertyName = "namespace")]
public string Namespace { get; set; }
Property Value
Type Description
string

The Object Storage namespace used for the request.

In this article
Back to top