mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2025-12-20 01:11:25 +00:00
Update to ADO 5ed9b2130da7f822153531489d802c28986f5d30
This commit is contained in:
@@ -183,6 +183,17 @@ export class CollectionCreation {
|
||||
public static readonly TablesAPIDefaultDatabase: string = "TablesDB";
|
||||
}
|
||||
|
||||
export const CollectionCreationDefaults = {
|
||||
storage: CollectionCreation.storage100Gb,
|
||||
throughput: {
|
||||
fixed: CollectionCreation.DefaultCollectionRUs400,
|
||||
unlimited: CollectionCreation.DefaultCollectionRUs400,
|
||||
unlimitedmax: CollectionCreation.DefaultCollectionRUs1Million,
|
||||
unlimitedmin: CollectionCreation.DefaultCollectionRUs400,
|
||||
shared: CollectionCreation.DefaultCollectionRUs400
|
||||
}
|
||||
} as const;
|
||||
|
||||
export class IndexingPolicies {
|
||||
public static SharedDatabaseDefault = {
|
||||
indexingMode: "consistent",
|
||||
|
||||
Reference in New Issue
Block a user