Show / Hide Table of Contents

Class ObjectStorageBucketInstanceComponent

Reference to Object Storage Bucket

Inheritance
object
InstanceComponent
ObjectStorageBucketInstanceComponent
Inherited Members
InstanceComponent.Name
InstanceComponent.ComponentName
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.DatascienceService.Models
Assembly: OCI.DotNetSDK.Datascience.dll
Syntax
public class ObjectStorageBucketInstanceComponent : InstanceComponent

Properties

BucketId

Declaration
[Required(ErrorMessage = "BucketId is required.")]
[JsonProperty(PropertyName = "bucketId")]
public string BucketId { get; set; }
Property Value
Type Description
string

OCID of Object Storage Bucket

Remarks

Required

Namespace

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

Object Storage namespace

Remarks

Required

In this article
Back to top