Show / Hide Table of Contents

Class ExternalStorage

BICC Connector Attribute.Object Storage as External storage where the BICC extracted files are written

Inheritance
object
ConnectorAttribute
ExternalStorage
Inherited Members
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 ExternalStorage : ConnectorAttribute

Properties

Bucket

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

Bucket Name where BICC extracts stores the files

Host

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

Object Storage host Url. DO not give http/https.

Namespace

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

Namespace for the OOS bucket

StorageId

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

Id of the external stoarge configured in BICC console. Usually its numeric.

StorageName

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

Name of the external storage configured in BICC console

TenancyId

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

Tenancy OCID for the OOS bucket

In this article
Back to top