mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2025-12-29 05:41:40 +00:00
31 lines
1.9 KiB
TypeScript
31 lines
1.9 KiB
TypeScript
export const activityId = "x-ms-activity-id";
|
|
export const apiType = "x-ms-cosmos-apitype";
|
|
export const authorization = "authorization";
|
|
export const collectionIndexTransformationProgress =
|
|
"x-ms-documentdb-collection-index-transformation-progress";
|
|
export const continuation = "x-ms-continuation";
|
|
export const correlationRequestId = "x-ms-correlation-request-id";
|
|
export const enableScriptLogging = "x-ms-documentdb-script-enable-logging";
|
|
export const guestAccessToken = "x-ms-encrypted-auth-token";
|
|
export const getReadOnlyKey = "x-ms-get-read-only-key";
|
|
export const connectionString = "x-ms-connection-string";
|
|
export const msDate = "x-ms-date";
|
|
export const location = "Location";
|
|
export const contentType = "Content-Type";
|
|
export const offerReplacePending = "x-ms-offer-replace-pending";
|
|
export const user = "x-ms-user";
|
|
export const populatePartitionStatistics = "x-ms-documentdb-populatepartitionstatistics";
|
|
export const queryMetrics = "x-ms-documentdb-query-metrics";
|
|
export const requestCharge = "x-ms-request-charge";
|
|
export const resourceQuota = "x-ms-resource-quota";
|
|
export const resourceUsage = "x-ms-resource-usage";
|
|
export const retryAfterMs = "x-ms-retry-after-ms";
|
|
export const scriptLogResults = "x-ms-documentdb-script-log-results";
|
|
export const populateCollectionThroughputInfo = "x-ms-documentdb-populatecollectionthroughputinfo";
|
|
export const supportSpatialLegacyCoordinates = "x-ms-documentdb-supportspatiallegacycoordinates";
|
|
export const usePolygonsSmallerThanAHemisphere = "x-ms-documentdb-usepolygonssmallerthanahemisphere";
|
|
export const autoPilotThroughput = "autoscaleSettings";
|
|
export const autoPilotThroughputSDK = "x-ms-cosmos-offer-autopilot-settings";
|
|
export const partitionKey = "x-ms-documentdb-partitionkey";
|
|
export const migrateOfferToManualThroughput = "x-ms-cosmos-migrate-offer-to-manual-throughput";
|
|
export const migrateOfferToAutopilot = "x-ms-cosmos-migrate-offer-to-autopilot"; |