Show / Hide Table of Contents

Class DataAssetSummaryFromObjectStorage

Summary details for the Oracle Object storage data asset type.

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

Properties

DefaultConnection

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

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