Show / Hide Table of Contents

Class ObjectStorageObjectInstanceComponent

Reference to Object Storage Object

Inheritance
object
InstanceComponent
ObjectStorageObjectInstanceComponent
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 ObjectStorageObjectInstanceComponent : InstanceComponent

Properties

BucketName

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

Name 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

ObjectId

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

OCID of Object Storage Object

Remarks

Required

In this article
Back to top