Show system partition key value and add test cases

This commit is contained in:
Sung-Hyun Kang
2025-04-24 23:40:05 -05:00
parent e90e1fc581
commit 68c42fb361
8 changed files with 48 additions and 9 deletions

View File

@@ -26,6 +26,7 @@ export interface DocumentTestCase {
export interface TestDocument {
documentId: string;
partitionKeys?: PartitionKey[];
skipCreateDelete?: boolean;
}
export interface PartitionKey {