Package | Description |
---|---|
com.microsoft.azure.management.cosmosdb |
This package contains the classes for CosmosDB.
|
Modifier and Type | Field and Description |
---|---|
static DatabaseAccountKind |
DatabaseAccountKind.GLOBAL_DOCUMENT_DB
Static value GlobalDocumentDB for DatabaseAccountKind.
|
static DatabaseAccountKind |
DatabaseAccountKind.MONGO_DB
Static value MongoDB for DatabaseAccountKind.
|
static DatabaseAccountKind |
DatabaseAccountKind.PARSE
Static value Parse for DatabaseAccountKind.
|
Modifier and Type | Method and Description |
---|---|
static DatabaseAccountKind |
DatabaseAccountKind.fromString(String name)
Creates or finds a DatabaseAccountKind from its string representation.
|
DatabaseAccountKind |
DatabaseAccountCreateUpdateParameters.kind()
Get indicates the type of database account.
|
DatabaseAccountKind |
CosmosDBAccount.kind() |
Modifier and Type | Method and Description |
---|---|
static Collection<DatabaseAccountKind> |
DatabaseAccountKind.values() |
Modifier and Type | Method and Description |
---|---|
DatabaseAccountCreateUpdateParameters |
DatabaseAccountCreateUpdateParameters.withKind(DatabaseAccountKind kind)
Set indicates the type of database account.
|
CosmosDBAccount.DefinitionStages.WithConsistencyPolicy |
CosmosDBAccount.DefinitionStages.WithKind.withKind(DatabaseAccountKind kind)
The database account kind for the CosmosDB account.
|
CosmosDBAccount.DefinitionStages.WithConsistencyPolicy |
CosmosDBAccount.DefinitionStages.WithKind.withKind(DatabaseAccountKind kind,
Capability... capabilities)
The database account kind for the CosmosDB account.
|
Copyright © 2019. All rights reserved.