Variable structuredRangeIndexSchemaConst
structuredRangeIndexSchema: {
docIdAttribute: "docId";
kindAttribute: "kind";
partitionKey: "pk";
sortKey: "sk";
valueAttribute: "value";
} = ...
Type Declaration
ReadonlydocIdAttribute: "docId"
ReadonlykindAttribute: "kind"
ReadonlypartitionKey: "pk"
ReadonlysortKey: "sk"
ReadonlyvalueAttribute: "value"
Schema metadata for the structured range index table.