mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2025-12-21 09:51:11 +00:00
Fix for Mongo shard key loaded via ARM (#657)
This commit is contained in:
@@ -121,6 +121,10 @@ export interface ISchemaRequest {
|
||||
}
|
||||
|
||||
export interface Collection extends Resource {
|
||||
// Only in Mongo collections loaded via ARM
|
||||
shardKey?: {
|
||||
[key: string]: string;
|
||||
};
|
||||
defaultTtl?: number;
|
||||
indexingPolicy?: IndexingPolicy;
|
||||
partitionKey?: PartitionKey;
|
||||
|
||||
Reference in New Issue
Block a user