UNPKG

@azure/data-tables

Version:
31 lines 1.82 kB
"use strict"; /* * Copyright (c) Microsoft Corporation. * Licensed under the MIT License. * * Code generated by Microsoft (R) AutoRest Code Generator. * Changes may cause incorrect behavior and will be lost if the code is regenerated. */ Object.defineProperty(exports, "__esModule", { value: true }); exports.KnownGeoReplicationStatusType = exports.KnownResponseFormat = exports.KnownOdataMetadataFormat = void 0; /** Known values of {@link OdataMetadataFormat} that the service accepts. */ var KnownOdataMetadataFormat; (function (KnownOdataMetadataFormat) { KnownOdataMetadataFormat["ApplicationJsonOdataNometadata"] = "application/json;odata=nometadata"; KnownOdataMetadataFormat["ApplicationJsonOdataMinimalmetadata"] = "application/json;odata=minimalmetadata"; KnownOdataMetadataFormat["ApplicationJsonOdataFullmetadata"] = "application/json;odata=fullmetadata"; })(KnownOdataMetadataFormat || (exports.KnownOdataMetadataFormat = KnownOdataMetadataFormat = {})); /** Known values of {@link ResponseFormat} that the service accepts. */ var KnownResponseFormat; (function (KnownResponseFormat) { KnownResponseFormat["ReturnNoContent"] = "return-no-content"; KnownResponseFormat["ReturnContent"] = "return-content"; })(KnownResponseFormat || (exports.KnownResponseFormat = KnownResponseFormat = {})); /** Known values of {@link GeoReplicationStatusType} that the service accepts. */ var KnownGeoReplicationStatusType; (function (KnownGeoReplicationStatusType) { KnownGeoReplicationStatusType["Live"] = "live"; KnownGeoReplicationStatusType["Bootstrap"] = "bootstrap"; KnownGeoReplicationStatusType["Unavailable"] = "unavailable"; })(KnownGeoReplicationStatusType || (exports.KnownGeoReplicationStatusType = KnownGeoReplicationStatusType = {})); //# sourceMappingURL=index.js.map