@Inherited @Retention(value=RUNTIME) @Target(value=TYPE) public @interface CosmosIndexingPolicy
| Modifier and Type | Optional Element and Description |
|---|---|
boolean |
automatic
To set automatic indexing
|
String[] |
excludePaths
To exclude paths
|
String[] |
includePaths
To include paths
|
com.azure.cosmos.models.IndexingMode |
mode
To set indexing mode
|
public abstract boolean automatic
public abstract com.azure.cosmos.models.IndexingMode mode
public abstract String[] includePaths
public abstract String[] excludePaths
Copyright © 2020 Microsoft Corporation. All rights reserved.