Show / Hide Table of Contents

Class UpdateNamespaceMetadataDetails

UpdateNamespaceMetadataDetails is used to update the NamespaceMetadata. To update NamespaceMetadata, a user must have OBJECTSTORAGE_NAMESPACE_UPDATE permission.

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

Properties

DefaultS3CompartmentId

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

The updated compartment id for use by an S3 client, if this field is set.

DefaultSwiftCompartmentId

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

The updated compartment id for use by a Swift client, if this field is set.

In this article
Back to top