mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2025-12-21 09:51:11 +00:00
Update generated ARM clients to latest version (#807)
This commit is contained in:
@@ -167,7 +167,7 @@ export interface KeyResource {
|
||||
|
||||
export interface IndexingPolicy {
|
||||
automatic: boolean;
|
||||
indexingMode: string;
|
||||
indexingMode: "consistent" | "lazy" | "none";
|
||||
includedPaths: any;
|
||||
excludedPaths: any;
|
||||
compositeIndexes?: any;
|
||||
@@ -176,7 +176,7 @@ export interface IndexingPolicy {
|
||||
|
||||
export interface PartitionKey {
|
||||
paths: string[];
|
||||
kind: string;
|
||||
kind: "Hash" | "Range" | "MultiHash";
|
||||
version: number;
|
||||
systemKey?: boolean;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user