Class CreateDataAssetFromObjectStorage
Details for the Oracle Object storage data asset type.
Inherited Members
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. |