@Inherited @Retention(value=RUNTIME) @Target(value=TYPE) public @interface CosmosIndexingPolicy
| Modifier and Type | Optional Element and Description |
|---|---|
boolean |
automatic
To set automatic indexing
|
CompositeIndex[] |
compositeIndexes
Composite Indexes
|
String[] |
excludePaths
To exclude paths
|
String[] |
includePaths
To include paths
|
IndexingMode |
mode
To set indexing mode
|
public abstract boolean automatic
public abstract IndexingMode mode
public abstract String[] includePaths
public abstract String[] excludePaths
public abstract CompositeIndex[] compositeIndexes
Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.