toggle menu
pulumi-azure-native-kotlin
2.90.0.0
jvm
switch theme
search in API
pulumi-azure-native-kotlin
/
com.pulumi.azurenative.datamigration.kotlin.outputs
/
MongoDbShardKeySettingResponse
Mongo
Db
Shard
Key
Setting
Response
data
class
MongoDbShardKeySettingResponse
(
val
fields
:
List
<
MongoDbShardKeyFieldResponse
>
,
val
isUnique
:
Boolean
)
Describes a MongoDB shard key
Members
Constructors
Mongo
Db
Shard
Key
Setting
Response
Link copied to clipboard
constructor
(
fields
:
List
<
MongoDbShardKeyFieldResponse
>
,
isUnique
:
Boolean
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
fields
Link copied to clipboard
val
fields
:
List
<
MongoDbShardKeyFieldResponse
>
The fields within the shard key
is
Unique
Link copied to clipboard
val
isUnique
:
Boolean
Whether the shard key is unique