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