Show / Hide Table of Contents

Class UpdateDataAssetFromObjectStorage

Details for the Oracle Object storage data asset type.

Inheritance
object
UpdateDataAssetDetails
UpdateDataAssetFromObjectStorage
Inherited Members
UpdateDataAssetDetails.Key
UpdateDataAssetDetails.ModelVersion
UpdateDataAssetDetails.Name
UpdateDataAssetDetails.Description
UpdateDataAssetDetails.ObjectStatus
UpdateDataAssetDetails.ObjectVersion
UpdateDataAssetDetails.Identifier
UpdateDataAssetDetails.ExternalKey
UpdateDataAssetDetails.AssetProperties
UpdateDataAssetDetails.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 UpdateDataAssetFromObjectStorage : UpdateDataAssetDetails

Properties

DefaultConnection

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

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