Class ObjectStorage
Definition of the object storage.
Inherited Members
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. |