Show / Hide Table of Contents

Class DataAssetFromObjectStorageDetails

Details for the Oracle Object storage data asset type.

Inheritance
object
DataAsset
DataAssetFromObjectStorageDetails
Inherited Members
DataAsset.Key
DataAsset.ModelVersion
DataAsset.Name
DataAsset.Description
DataAsset.ObjectStatus
DataAsset.Identifier
DataAsset.ExternalKey
DataAsset.AssetProperties
DataAsset.NativeTypeSystem
DataAsset.ObjectVersion
DataAsset.ParentRef
DataAsset.Metadata
DataAsset.KeyMap
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 DataAssetFromObjectStorageDetails : DataAsset

Properties

DefaultConnection

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

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