Show / Hide Table of Contents

Class ObjectStorage

Definition of the object storage.

Inheritance
object
ObjectStorage
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.ApmtracesService.Models
Assembly: OCI.DotNetSDK.Apmtraces.dll
Syntax
public class ObjectStorage

Properties

BucketName

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

Bucket name in the object store.

NameSpace

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

Namespace in the object store.

ObjectNamePrefix

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

Object name prefix in the object store.

In this article
Back to top