Show / Hide Table of Contents

Class CreateDataAssetFromObjectStorage

Details for the Oracle Object storage data asset type.

Inheritance
object
CreateDataAssetDetails
CreateDataAssetFromObjectStorage
Inherited Members
CreateDataAssetDetails.Key
CreateDataAssetDetails.ModelVersion
CreateDataAssetDetails.Name
CreateDataAssetDetails.Description
CreateDataAssetDetails.ObjectStatus
CreateDataAssetDetails.Identifier
CreateDataAssetDetails.ExternalKey
CreateDataAssetDetails.AssetProperties
CreateDataAssetDetails.RegistryMetadata
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.DataintegrationService.Models
Assembly: OCI.DotNetSDK.Dataintegration.dll
Syntax
public class CreateDataAssetFromObjectStorage : CreateDataAssetDetails

Properties

DefaultConnection

Declaration
[JsonProperty(PropertyName = "defaultConnection")]
public CreateConnectionFromObjectStorage DefaultConnection { get; set; }
Property Value
Type Description
CreateConnectionFromObjectStorage

Namespace

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

The namespace for the specified Oracle Object storage resource. You can find the namespace under Object Storage Settings in the Console.

OciRegion

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

The Oracle Object storage Region ie. us-ashburn-1

TenancyId

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

The OCI tenancy OCID.

Url

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

The Oracle Object storage URL.

In this article
Back to top