38 строки
1.8 KiB
YAML
38 строки
1.8 KiB
YAML
### YamlMime:JavaEnum
|
|
fields:
|
|
- fullName: com.microsoft.azure.documentdb.IndexingMode.Consistent
|
|
name: Consistent
|
|
nameWithType: IndexingMode.Consistent
|
|
summary: >-
|
|
<p>Index is updated synchronously with a create or update operation. </p>
|
|
|
|
<p>With consistent indexing, query behavior is the same as the default consistency level for the collection. The index is always kept up to date with the data. </p>
|
|
uid: com.microsoft.azure.documentdb.IndexingMode.Consistent
|
|
- fullName: com.microsoft.azure.documentdb.IndexingMode.Lazy
|
|
name: Lazy
|
|
nameWithType: IndexingMode.Lazy
|
|
summary: >-
|
|
<p>Index is updated asynchronously with respect to a create or update operation. </p>
|
|
|
|
<p>With lazy indexing, queries are eventually consistent. The index is updated when the collection is idle. </p>
|
|
uid: com.microsoft.azure.documentdb.IndexingMode.Lazy
|
|
- fullName: com.microsoft.azure.documentdb.IndexingMode.None
|
|
name: None
|
|
nameWithType: IndexingMode.None
|
|
summary: >-
|
|
<p>No index is provided. </p>
|
|
|
|
<p>Setting IndexingMode to "None" drops the index. Use this if you don't want to maintain the index for a document collection, to save the storage cost or improve the write throughput. Your queries will degenerate to scans of the entire collection. </p>
|
|
uid: com.microsoft.azure.documentdb.IndexingMode.None
|
|
inheritances:
|
|
- <xref href="java.lang.Object" data-throw-if-not-resolved="False"/>
|
|
- <xref href="java.lang.Enum<IndexingMode>" data-throw-if-not-resolved="False"/>
|
|
nameWithType: IndexingMode
|
|
syntax: public enum IndexingMode
|
|
uid: com.microsoft.azure.documentdb.IndexingMode
|
|
fullName: com.microsoft.azure.documentdb.IndexingMode
|
|
name: IndexingMode
|
|
package: com.microsoft.azure.documentdb
|
|
summary: <p>Specifies the supported indexing modes in the Azure Cosmos DB database service. </p>
|
|
metadata: {}
|