Show / Hide Table of Contents

Class GetGlobalClusterConfigManagedNamespaceResult

Inheritance
System.Object
GetGlobalClusterConfigManagedNamespaceResult
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Mongodbatlas.Outputs
Assembly: Pulumi.Mongodbatlas.dll
Syntax
public sealed class GetGlobalClusterConfigManagedNamespaceResult

Fields

View Source

Collection

(Required) The name of the collection associated with the managed namespace.

Declaration
public readonly string Collection
Field Value
Type Description
System.String
View Source

CustomShardKey

(Required) The custom shard key for the collection. Global Clusters require a compound shard key consisting of a location field and a user-selected second key, the custom shard key.

Declaration
public readonly string CustomShardKey
Field Value
Type Description
System.String
View Source

Db

(Required) The name of the database containing the collection.

Declaration
public readonly string Db
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.