@azure/data-tables 13.3.1-alpha.20241125.1 → 13.3.1-alpha.20241127.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/browser/TableClient.d.ts +436 -0
- package/dist/browser/TableClient.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/TableClient.js +18 -18
- package/dist/browser/TableClient.js.map +1 -0
- package/dist/browser/TablePolicies.d.ts +6 -0
- package/dist/browser/TablePolicies.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/TablePolicies.js +2 -2
- package/dist/browser/TablePolicies.js.map +1 -0
- package/dist/browser/TableServiceClient.d.ts +161 -0
- package/dist/browser/TableServiceClient.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/TableServiceClient.js +13 -13
- package/dist/browser/TableServiceClient.js.map +1 -0
- package/dist/browser/TableTransaction.d.ts +114 -0
- package/dist/browser/TableTransaction.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/TableTransaction.js +9 -7
- package/dist/browser/TableTransaction.js.map +1 -0
- package/dist/browser/cosmosPathPolicy.d.ts +3 -0
- package/dist/browser/cosmosPathPolicy.d.ts.map +1 -0
- package/dist/browser/generated/generatedClient.d.ts +17 -0
- package/dist/browser/generated/generatedClient.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/generated/generatedClient.js +1 -1
- package/dist/browser/generated/generatedClient.js.map +1 -0
- package/dist/browser/generated/generatedClientContext.d.ts +14 -0
- package/dist/browser/generated/generatedClientContext.d.ts.map +1 -0
- package/dist/browser/generated/generatedClientContext.js.map +1 -0
- package/dist/browser/generated/index.d.ts +4 -0
- package/dist/browser/generated/index.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/generated/index.js +3 -3
- package/dist/browser/generated/index.js.map +1 -0
- package/dist/browser/generated/models/index.d.ts +603 -0
- package/dist/browser/generated/models/index.d.ts.map +1 -0
- package/dist/browser/generated/models/mappers.d.ts +47 -0
- package/dist/browser/generated/models/mappers.d.ts.map +1 -0
- package/dist/browser/generated/models/parameters.d.ts +35 -0
- package/dist/browser/generated/models/parameters.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/generated/models/parameters.js +1 -1
- package/dist/browser/generated/models/parameters.js.map +1 -0
- package/dist/browser/generated/operations/index.d.ts +3 -0
- package/dist/browser/generated/operations/index.d.ts.map +1 -0
- package/dist/browser/generated/operations/index.js +10 -0
- package/{dist-esm/src → dist/browser}/generated/operations/index.js.map +1 -1
- package/dist/browser/generated/operations/service.d.ts +32 -0
- package/dist/browser/generated/operations/service.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/generated/operations/service.js +2 -2
- package/dist/browser/generated/operations/service.js.map +1 -0
- package/dist/browser/generated/operations/table.d.ts +90 -0
- package/dist/browser/generated/operations/table.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/generated/operations/table.js +2 -2
- package/dist/browser/generated/operations/table.js.map +1 -0
- package/dist/browser/generated/operationsInterfaces/index.d.ts +3 -0
- package/dist/browser/generated/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/browser/generated/operationsInterfaces/index.js +10 -0
- package/{dist-esm/src → dist/browser}/generated/operationsInterfaces/index.js.map +1 -1
- package/dist/browser/generated/operationsInterfaces/service.d.ts +24 -0
- package/dist/browser/generated/operationsInterfaces/service.d.ts.map +1 -0
- package/dist/browser/generated/operationsInterfaces/service.js.map +1 -0
- package/dist/browser/generated/operationsInterfaces/table.d.ts +82 -0
- package/dist/browser/generated/operationsInterfaces/table.d.ts.map +1 -0
- package/dist/browser/generated/operationsInterfaces/table.js.map +1 -0
- package/dist/browser/generatedModels.d.ts +2 -0
- package/dist/browser/generatedModels.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/generatedModels.js +1 -1
- package/{dist-esm/src → dist/browser}/generatedModels.js.map +1 -1
- package/dist/browser/index.d.ts +10 -0
- package/dist/browser/index.d.ts.map +1 -0
- package/dist/browser/index.js +12 -0
- package/dist/browser/index.js.map +1 -0
- package/dist/browser/logger.d.ts +6 -0
- package/dist/browser/logger.d.ts.map +1 -0
- package/dist/browser/models.d.ts +247 -0
- package/dist/browser/models.d.ts.map +1 -0
- package/dist/browser/models.js.map +1 -0
- package/dist/browser/odata.d.ts +7 -0
- package/dist/browser/odata.d.ts.map +1 -0
- package/dist/browser/package.json +3 -0
- package/dist/browser/sas/accountSasPermissions.d.ts +48 -0
- package/dist/browser/sas/accountSasPermissions.d.ts.map +1 -0
- package/dist/browser/sas/accountSasResourceTypes.d.ts +32 -0
- package/dist/browser/sas/accountSasResourceTypes.d.ts.map +1 -0
- package/dist/browser/sas/accountSasServices.d.ts +34 -0
- package/dist/browser/sas/accountSasServices.d.ts.map +1 -0
- package/dist/browser/sas/accountSasSignatureValues.d.ts +70 -0
- package/dist/browser/sas/accountSasSignatureValues.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/sas/accountSasSignatureValues.js +8 -8
- package/dist/browser/sas/accountSasSignatureValues.js.map +1 -0
- package/dist/browser/sas/generateAccountSas.d.ts +54 -0
- package/dist/browser/sas/generateAccountSas.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/sas/generateAccountSas.js +3 -3
- package/dist/browser/sas/generateAccountSas.js.map +1 -0
- package/dist/browser/sas/generateTableSas.d.ts +13 -0
- package/dist/browser/sas/generateTableSas.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/sas/generateTableSas.js +2 -2
- package/dist/browser/sas/generateTableSas.js.map +1 -0
- package/dist/browser/sas/index.d.ts +9 -0
- package/dist/browser/sas/index.d.ts.map +1 -0
- package/dist/browser/sas/index.js +5 -0
- package/dist/browser/sas/index.js.map +1 -0
- package/dist/browser/sas/models.d.ts +34 -0
- package/dist/browser/sas/models.d.ts.map +1 -0
- package/dist/browser/sas/sasIPRange.d.ts +24 -0
- package/dist/browser/sas/sasIPRange.d.ts.map +1 -0
- package/dist/browser/sas/sasQueryParameters.d.ts +246 -0
- package/dist/browser/sas/sasQueryParameters.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/sas/sasQueryParameters.js +2 -2
- package/dist/browser/sas/sasQueryParameters.js.map +1 -0
- package/dist/browser/sas/tableSasPermisions.d.ts +37 -0
- package/dist/browser/sas/tableSasPermisions.d.ts.map +1 -0
- package/dist/browser/sas/tableSasSignatureValues.d.ts +88 -0
- package/dist/browser/sas/tableSasSignatureValues.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/sas/tableSasSignatureValues.js +6 -6
- package/dist/browser/sas/tableSasSignatureValues.js.map +1 -0
- package/dist/browser/secondaryEndpointPolicy.d.ts +17 -0
- package/dist/browser/secondaryEndpointPolicy.d.ts.map +1 -0
- package/dist/browser/serialization.d.ts +15 -0
- package/dist/browser/serialization.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/serialization.js +2 -2
- package/dist/browser/serialization.js.map +1 -0
- package/dist/browser/tablesNamedCredentialPolicy-browser.d.mts.map +1 -0
- package/dist/browser/tablesNamedCredentialPolicy-browser.mjs.map +1 -0
- package/dist/browser/tablesNamedCredentialPolicy.d.ts +5 -0
- package/{dist-esm/src/tablesNamedCredentialPolicy.browser.js → dist/browser/tablesNamedCredentialPolicy.js} +1 -1
- package/dist/browser/tablesSASTokenPolicy.d.ts +12 -0
- package/dist/browser/tablesSASTokenPolicy.d.ts.map +1 -0
- package/dist/browser/utils/accountConnectionString-browser.d.mts.map +1 -0
- package/dist/browser/utils/accountConnectionString-browser.mjs.map +1 -0
- package/dist/browser/utils/accountConnectionString.d.ts +11 -0
- package/{dist-esm/src/utils/accountConnectionString.browser.js → dist/browser/utils/accountConnectionString.js} +1 -1
- package/dist/browser/utils/apiVersionPolicy.d.ts +12 -0
- package/dist/browser/utils/apiVersionPolicy.d.ts.map +1 -0
- package/dist/browser/utils/baseTransactionHeaders.d.ts +7 -0
- package/dist/browser/utils/baseTransactionHeaders.d.ts.map +1 -0
- package/dist/browser/utils/bufferSerializer-browser.d.mts.map +1 -0
- package/dist/browser/utils/bufferSerializer-browser.mjs.map +1 -0
- package/dist/browser/utils/bufferSerializer.d.ts +11 -0
- package/{dist-esm/src/utils/bufferSerializer.browser.js → dist/browser/utils/bufferSerializer.js} +1 -1
- package/dist/browser/utils/challengeAuthenticationUtils.d.ts +8 -0
- package/dist/browser/utils/challengeAuthenticationUtils.d.ts.map +1 -0
- package/dist/browser/utils/computeHMACSHA256-browser.d.mts.map +1 -0
- package/dist/browser/utils/computeHMACSHA256-browser.mjs.map +1 -0
- package/dist/browser/utils/computeHMACSHA256.d.ts +2 -0
- package/{dist-esm/src/utils/computeHMACSHA256.browser.js → dist/browser/utils/computeHMACSHA256.js} +1 -1
- package/dist/browser/utils/connectionString.d.ts +21 -0
- package/dist/browser/utils/connectionString.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/utils/connectionString.js +1 -1
- package/dist/browser/utils/connectionString.js.map +1 -0
- package/dist/browser/utils/constants.d.ts +17 -0
- package/dist/browser/utils/constants.d.ts.map +1 -0
- package/dist/browser/utils/continuationToken.d.ts +14 -0
- package/dist/browser/utils/continuationToken.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/utils/continuationToken.js +1 -1
- package/dist/browser/utils/continuationToken.js.map +1 -0
- package/dist/browser/utils/errorHelpers.d.ts +23 -0
- package/dist/browser/utils/errorHelpers.d.ts.map +1 -0
- package/dist/browser/utils/errorHelpers.js.map +1 -0
- package/dist/browser/utils/internalModels.d.ts +134 -0
- package/dist/browser/utils/internalModels.d.ts.map +1 -0
- package/dist/browser/utils/internalModels.js.map +1 -0
- package/dist/browser/utils/isCosmosEndpoint.d.ts +2 -0
- package/dist/browser/utils/isCosmosEndpoint.d.ts.map +1 -0
- package/dist/browser/utils/isCredential.d.ts +3 -0
- package/dist/browser/utils/isCredential.d.ts.map +1 -0
- package/dist/browser/utils/tracing.d.ts +6 -0
- package/dist/browser/utils/tracing.d.ts.map +1 -0
- package/dist/browser/utils/transactionHeaders-browser.d.mts.map +1 -0
- package/dist/browser/utils/transactionHeaders-browser.mjs.map +1 -0
- package/dist/browser/utils/transactionHeaders.d.ts +7 -0
- package/{dist-esm/src/utils/transactionHeaders.browser.js → dist/browser/utils/transactionHeaders.js} +2 -2
- package/dist/browser/utils/transactionHelpers.d.ts +24 -0
- package/dist/browser/utils/transactionHelpers.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/utils/transactionHelpers.js +1 -1
- package/dist/browser/utils/transactionHelpers.js.map +1 -0
- package/dist/browser/utils/truncateISO8061Date.d.ts +10 -0
- package/dist/browser/utils/truncateISO8061Date.d.ts.map +1 -0
- package/dist/browser/utils/uuid.d.ts +4 -0
- package/dist/browser/utils/uuid.d.ts.map +1 -0
- package/dist/commonjs/TableClient.d.ts +436 -0
- package/dist/commonjs/TableClient.d.ts.map +1 -0
- package/dist/commonjs/TableClient.js +589 -0
- package/dist/commonjs/TableClient.js.map +1 -0
- package/dist/commonjs/TablePolicies.d.ts +6 -0
- package/dist/commonjs/TablePolicies.d.ts.map +1 -0
- package/dist/commonjs/TablePolicies.js +67 -0
- package/dist/commonjs/TablePolicies.js.map +1 -0
- package/dist/commonjs/TableServiceClient.d.ts +161 -0
- package/dist/commonjs/TableServiceClient.d.ts.map +1 -0
- package/dist/commonjs/TableServiceClient.js +218 -0
- package/dist/commonjs/TableServiceClient.js.map +1 -0
- package/dist/commonjs/TableTransaction.d.ts +114 -0
- package/dist/commonjs/TableTransaction.d.ts.map +1 -0
- package/dist/commonjs/TableTransaction.js +268 -0
- package/dist/commonjs/TableTransaction.js.map +1 -0
- package/dist/commonjs/cosmosPathPolicy.d.ts +3 -0
- package/dist/commonjs/cosmosPathPolicy.d.ts.map +1 -0
- package/dist/commonjs/cosmosPathPolicy.js +19 -0
- package/dist/commonjs/cosmosPathPolicy.js.map +1 -0
- package/dist/commonjs/generated/generatedClient.d.ts +17 -0
- package/dist/commonjs/generated/generatedClient.d.ts.map +1 -0
- package/dist/commonjs/generated/generatedClient.js +50 -0
- package/dist/commonjs/generated/generatedClient.js.map +1 -0
- package/dist/commonjs/generated/generatedClientContext.d.ts +14 -0
- package/dist/commonjs/generated/generatedClientContext.d.ts.map +1 -0
- package/dist/commonjs/generated/generatedClientContext.js +46 -0
- package/dist/commonjs/generated/generatedClientContext.js.map +1 -0
- package/dist/commonjs/generated/index.d.ts +4 -0
- package/dist/commonjs/generated/index.d.ts.map +1 -0
- package/dist/commonjs/generated/index.js +16 -0
- package/dist/commonjs/generated/index.js.map +1 -0
- package/dist/commonjs/generated/models/index.d.ts +603 -0
- package/dist/commonjs/generated/models/index.d.ts.map +1 -0
- package/dist/commonjs/generated/models/index.js +31 -0
- package/dist/commonjs/generated/models/index.js.map +1 -0
- package/dist/commonjs/generated/models/mappers.d.ts +47 -0
- package/dist/commonjs/generated/models/mappers.d.ts.map +1 -0
- package/dist/commonjs/generated/models/mappers.js +1334 -0
- package/dist/commonjs/generated/models/mappers.js.map +1 -0
- package/dist/commonjs/generated/models/parameters.d.ts +35 -0
- package/dist/commonjs/generated/models/parameters.d.ts.map +1 -0
- package/dist/commonjs/generated/models/parameters.js +364 -0
- package/dist/commonjs/generated/models/parameters.js.map +1 -0
- package/dist/commonjs/generated/operations/index.d.ts +3 -0
- package/dist/commonjs/generated/operations/index.d.ts.map +1 -0
- package/dist/commonjs/generated/operations/index.js +13 -0
- package/dist/commonjs/generated/operations/index.js.map +1 -0
- package/dist/commonjs/generated/operations/service.d.ts +32 -0
- package/dist/commonjs/generated/operations/service.d.ts.map +1 -0
- package/dist/commonjs/generated/operations/service.js +125 -0
- package/dist/commonjs/generated/operations/service.js.map +1 -0
- package/dist/commonjs/generated/operations/table.d.ts +90 -0
- package/dist/commonjs/generated/operations/table.d.ts.map +1 -0
- package/dist/commonjs/generated/operations/table.js +455 -0
- package/dist/commonjs/generated/operations/table.js.map +1 -0
- package/dist/commonjs/generated/operationsInterfaces/index.d.ts +3 -0
- package/dist/commonjs/generated/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/commonjs/generated/operationsInterfaces/index.js +13 -0
- package/dist/commonjs/generated/operationsInterfaces/index.js.map +1 -0
- package/dist/commonjs/generated/operationsInterfaces/service.d.ts +24 -0
- package/dist/commonjs/generated/operationsInterfaces/service.d.ts.map +1 -0
- package/dist/commonjs/generated/operationsInterfaces/service.js +10 -0
- package/dist/commonjs/generated/operationsInterfaces/service.js.map +1 -0
- package/dist/commonjs/generated/operationsInterfaces/table.d.ts +82 -0
- package/dist/commonjs/generated/operationsInterfaces/table.d.ts.map +1 -0
- package/dist/commonjs/generated/operationsInterfaces/table.js +10 -0
- package/dist/commonjs/generated/operationsInterfaces/table.js.map +1 -0
- package/dist/commonjs/generatedModels.d.ts +2 -0
- package/dist/commonjs/generatedModels.d.ts.map +1 -0
- package/dist/commonjs/generatedModels.js +8 -0
- package/dist/commonjs/generatedModels.js.map +1 -0
- package/dist/commonjs/index.d.ts +10 -0
- package/dist/commonjs/index.d.ts.map +1 -0
- package/dist/commonjs/index.js +23 -0
- package/dist/commonjs/index.js.map +1 -0
- package/dist/commonjs/logger.d.ts +6 -0
- package/dist/commonjs/logger.d.ts.map +1 -0
- package/dist/commonjs/logger.js +11 -0
- package/dist/commonjs/logger.js.map +1 -0
- package/dist/commonjs/models.d.ts +247 -0
- package/dist/commonjs/models.d.ts.map +1 -0
- package/dist/commonjs/models.js +5 -0
- package/dist/commonjs/models.js.map +1 -0
- package/dist/commonjs/odata.d.ts +7 -0
- package/dist/commonjs/odata.d.ts.map +1 -0
- package/dist/commonjs/odata.js +41 -0
- package/dist/commonjs/odata.js.map +1 -0
- package/dist/commonjs/package.json +3 -0
- package/dist/commonjs/sas/accountSasPermissions.d.ts +48 -0
- package/dist/commonjs/sas/accountSasPermissions.d.ts.map +1 -0
- package/dist/commonjs/sas/accountSasPermissions.js +75 -0
- package/dist/commonjs/sas/accountSasPermissions.js.map +1 -0
- package/dist/commonjs/sas/accountSasResourceTypes.d.ts +32 -0
- package/dist/commonjs/sas/accountSasResourceTypes.d.ts.map +1 -0
- package/dist/commonjs/sas/accountSasResourceTypes.js +51 -0
- package/dist/commonjs/sas/accountSasResourceTypes.js.map +1 -0
- package/dist/commonjs/sas/accountSasServices.d.ts +34 -0
- package/dist/commonjs/sas/accountSasServices.d.ts.map +1 -0
- package/dist/commonjs/sas/accountSasServices.js +55 -0
- package/dist/commonjs/sas/accountSasServices.js.map +1 -0
- package/dist/commonjs/sas/accountSasSignatureValues.d.ts +70 -0
- package/dist/commonjs/sas/accountSasSignatureValues.d.ts.map +1 -0
- package/dist/commonjs/sas/accountSasSignatureValues.js +58 -0
- package/dist/commonjs/sas/accountSasSignatureValues.js.map +1 -0
- package/dist/commonjs/sas/generateAccountSas.d.ts +54 -0
- package/dist/commonjs/sas/generateAccountSas.d.ts.map +1 -0
- package/dist/commonjs/sas/generateAccountSas.js +33 -0
- package/dist/commonjs/sas/generateAccountSas.js.map +1 -0
- package/dist/commonjs/sas/generateTableSas.d.ts +13 -0
- package/dist/commonjs/sas/generateTableSas.d.ts.map +1 -0
- package/dist/commonjs/sas/generateTableSas.js +38 -0
- package/dist/commonjs/sas/generateTableSas.js.map +1 -0
- package/dist/commonjs/sas/index.d.ts +9 -0
- package/dist/commonjs/sas/index.d.ts.map +1 -0
- package/dist/commonjs/sas/index.js +10 -0
- package/dist/commonjs/sas/index.js.map +1 -0
- package/dist/commonjs/sas/models.d.ts +34 -0
- package/dist/commonjs/sas/models.d.ts.map +1 -0
- package/dist/commonjs/sas/models.js +5 -0
- package/dist/commonjs/sas/models.js.map +1 -0
- package/dist/commonjs/sas/sasIPRange.d.ts +24 -0
- package/dist/commonjs/sas/sasIPRange.d.ts.map +1 -0
- package/dist/commonjs/sas/sasIPRange.js +19 -0
- package/dist/commonjs/sas/sasIPRange.js.map +1 -0
- package/dist/commonjs/sas/sasQueryParameters.d.ts +246 -0
- package/dist/commonjs/sas/sasQueryParameters.d.ts.map +1 -0
- package/dist/commonjs/sas/sasQueryParameters.js +197 -0
- package/dist/commonjs/sas/sasQueryParameters.js.map +1 -0
- package/dist/commonjs/sas/tableSasPermisions.d.ts +37 -0
- package/dist/commonjs/sas/tableSasPermisions.d.ts.map +1 -0
- package/dist/commonjs/sas/tableSasPermisions.js +60 -0
- package/dist/commonjs/sas/tableSasPermisions.js.map +1 -0
- package/dist/commonjs/sas/tableSasSignatureValues.d.ts +88 -0
- package/dist/commonjs/sas/tableSasSignatureValues.d.ts.map +1 -0
- package/dist/commonjs/sas/tableSasSignatureValues.js +77 -0
- package/dist/commonjs/sas/tableSasSignatureValues.js.map +1 -0
- package/dist/commonjs/secondaryEndpointPolicy.d.ts +17 -0
- package/dist/commonjs/secondaryEndpointPolicy.d.ts.map +1 -0
- package/dist/commonjs/secondaryEndpointPolicy.js +50 -0
- package/dist/commonjs/secondaryEndpointPolicy.js.map +1 -0
- package/dist/commonjs/serialization.d.ts +15 -0
- package/dist/commonjs/serialization.d.ts.map +1 -0
- package/dist/commonjs/serialization.js +223 -0
- package/dist/commonjs/serialization.js.map +1 -0
- package/dist/commonjs/tablesNamedCredentialPolicy.d.ts +12 -0
- package/dist/commonjs/tablesNamedCredentialPolicy.d.ts.map +1 -0
- package/dist/commonjs/tablesNamedCredentialPolicy.js +68 -0
- package/dist/commonjs/tablesNamedCredentialPolicy.js.map +1 -0
- package/dist/commonjs/tablesSASTokenPolicy.d.ts +12 -0
- package/dist/commonjs/tablesSASTokenPolicy.d.ts.map +1 -0
- package/dist/commonjs/tablesSASTokenPolicy.js +32 -0
- package/dist/commonjs/tablesSASTokenPolicy.js.map +1 -0
- package/dist/commonjs/utils/accountConnectionString.d.ts +11 -0
- package/dist/commonjs/utils/accountConnectionString.d.ts.map +1 -0
- package/dist/commonjs/utils/accountConnectionString.js +48 -0
- package/dist/commonjs/utils/accountConnectionString.js.map +1 -0
- package/dist/commonjs/utils/apiVersionPolicy.d.ts +12 -0
- package/dist/commonjs/utils/apiVersionPolicy.d.ts.map +1 -0
- package/dist/commonjs/utils/apiVersionPolicy.js +25 -0
- package/dist/commonjs/utils/apiVersionPolicy.js.map +1 -0
- package/dist/commonjs/utils/baseTransactionHeaders.d.ts +7 -0
- package/dist/commonjs/utils/baseTransactionHeaders.d.ts.map +1 -0
- package/dist/commonjs/utils/baseTransactionHeaders.js +19 -0
- package/dist/commonjs/utils/baseTransactionHeaders.js.map +1 -0
- package/dist/commonjs/utils/bufferSerializer.d.ts +11 -0
- package/dist/commonjs/utils/bufferSerializer.d.ts.map +1 -0
- package/dist/commonjs/utils/bufferSerializer.js +27 -0
- package/dist/commonjs/utils/bufferSerializer.js.map +1 -0
- package/dist/commonjs/utils/challengeAuthenticationUtils.d.ts +8 -0
- package/dist/commonjs/utils/challengeAuthenticationUtils.d.ts.map +1 -0
- package/dist/commonjs/utils/challengeAuthenticationUtils.js +23 -0
- package/dist/commonjs/utils/challengeAuthenticationUtils.js.map +1 -0
- package/dist/commonjs/utils/computeHMACSHA256.d.ts +2 -0
- package/dist/commonjs/utils/computeHMACSHA256.d.ts.map +1 -0
- package/dist/commonjs/utils/computeHMACSHA256.js +11 -0
- package/dist/commonjs/utils/computeHMACSHA256.js.map +1 -0
- package/dist/commonjs/utils/connectionString.d.ts +21 -0
- package/dist/commonjs/utils/connectionString.d.ts.map +1 -0
- package/dist/commonjs/utils/connectionString.js +135 -0
- package/dist/commonjs/utils/connectionString.js.map +1 -0
- package/dist/commonjs/utils/constants.d.ts +17 -0
- package/dist/commonjs/utils/constants.d.ts.map +1 -0
- package/dist/commonjs/utils/constants.js +104 -0
- package/dist/commonjs/utils/constants.js.map +1 -0
- package/dist/commonjs/utils/continuationToken.d.ts +14 -0
- package/dist/commonjs/utils/continuationToken.d.ts.map +1 -0
- package/dist/commonjs/utils/continuationToken.js +30 -0
- package/dist/commonjs/utils/continuationToken.js.map +1 -0
- package/dist/commonjs/utils/errorHelpers.d.ts +23 -0
- package/dist/commonjs/utils/errorHelpers.d.ts.map +1 -0
- package/dist/commonjs/utils/errorHelpers.js +37 -0
- package/dist/commonjs/utils/errorHelpers.js.map +1 -0
- package/dist/commonjs/utils/internalModels.d.ts +134 -0
- package/dist/commonjs/utils/internalModels.d.ts.map +1 -0
- package/dist/commonjs/utils/internalModels.js +5 -0
- package/dist/commonjs/utils/internalModels.js.map +1 -0
- package/dist/commonjs/utils/isCosmosEndpoint.d.ts +2 -0
- package/dist/commonjs/utils/isCosmosEndpoint.d.ts.map +1 -0
- package/dist/commonjs/utils/isCosmosEndpoint.js +19 -0
- package/dist/commonjs/utils/isCosmosEndpoint.js.map +1 -0
- package/dist/commonjs/utils/isCredential.d.ts +3 -0
- package/dist/commonjs/utils/isCredential.d.ts.map +1 -0
- package/dist/commonjs/utils/isCredential.js +10 -0
- package/dist/commonjs/utils/isCredential.js.map +1 -0
- package/dist/commonjs/utils/tracing.d.ts +6 -0
- package/dist/commonjs/utils/tracing.d.ts.map +1 -0
- package/dist/commonjs/utils/tracing.js +16 -0
- package/dist/commonjs/utils/tracing.js.map +1 -0
- package/dist/commonjs/utils/transactionHeaders.d.ts +7 -0
- package/dist/commonjs/utils/transactionHeaders.d.ts.map +1 -0
- package/dist/commonjs/utils/transactionHeaders.js +17 -0
- package/dist/commonjs/utils/transactionHeaders.js.map +1 -0
- package/dist/commonjs/utils/transactionHelpers.d.ts +24 -0
- package/dist/commonjs/utils/transactionHelpers.d.ts.map +1 -0
- package/dist/commonjs/utils/transactionHelpers.js +49 -0
- package/dist/commonjs/utils/transactionHelpers.js.map +1 -0
- package/dist/commonjs/utils/truncateISO8061Date.d.ts +10 -0
- package/dist/commonjs/utils/truncateISO8061Date.d.ts.map +1 -0
- package/dist/commonjs/utils/truncateISO8061Date.js +21 -0
- package/dist/commonjs/utils/truncateISO8061Date.js.map +1 -0
- package/dist/commonjs/utils/uuid.d.ts +4 -0
- package/dist/commonjs/utils/uuid.d.ts.map +1 -0
- package/dist/commonjs/utils/uuid.js +15 -0
- package/dist/commonjs/utils/uuid.js.map +1 -0
- package/dist/esm/TableClient.d.ts +436 -0
- package/dist/esm/TableClient.d.ts.map +1 -0
- package/dist/esm/TableClient.js +585 -0
- package/dist/esm/TableClient.js.map +1 -0
- package/dist/esm/TablePolicies.d.ts +6 -0
- package/dist/esm/TablePolicies.d.ts.map +1 -0
- package/dist/esm/TablePolicies.js +62 -0
- package/dist/esm/TablePolicies.js.map +1 -0
- package/dist/esm/TableServiceClient.d.ts +161 -0
- package/dist/esm/TableServiceClient.d.ts.map +1 -0
- package/dist/esm/TableServiceClient.js +214 -0
- package/dist/esm/TableServiceClient.js.map +1 -0
- package/dist/esm/TableTransaction.d.ts +114 -0
- package/dist/esm/TableTransaction.d.ts.map +1 -0
- package/dist/esm/TableTransaction.js +261 -0
- package/dist/esm/TableTransaction.js.map +1 -0
- package/dist/esm/cosmosPathPolicy.d.ts +3 -0
- package/dist/esm/cosmosPathPolicy.d.ts.map +1 -0
- package/dist/esm/cosmosPathPolicy.js +16 -0
- package/dist/esm/cosmosPathPolicy.js.map +1 -0
- package/dist/esm/generated/generatedClient.d.ts +17 -0
- package/dist/esm/generated/generatedClient.d.ts.map +1 -0
- package/dist/esm/generated/generatedClient.js +45 -0
- package/dist/esm/generated/generatedClient.js.map +1 -0
- package/dist/esm/generated/generatedClientContext.d.ts +14 -0
- package/dist/esm/generated/generatedClientContext.d.ts.map +1 -0
- package/dist/esm/generated/generatedClientContext.js +41 -0
- package/dist/esm/generated/generatedClientContext.js.map +1 -0
- package/dist/esm/generated/index.d.ts +4 -0
- package/dist/esm/generated/index.d.ts.map +1 -0
- package/dist/esm/generated/index.js +11 -0
- package/dist/esm/generated/index.js.map +1 -0
- package/dist/esm/generated/models/index.d.ts +603 -0
- package/dist/esm/generated/models/index.d.ts.map +1 -0
- package/dist/esm/generated/models/index.js +28 -0
- package/dist/esm/generated/models/index.js.map +1 -0
- package/dist/esm/generated/models/mappers.d.ts +47 -0
- package/dist/esm/generated/models/mappers.d.ts.map +1 -0
- package/dist/esm/generated/models/mappers.js +1331 -0
- package/dist/esm/generated/models/mappers.js.map +1 -0
- package/dist/esm/generated/models/parameters.d.ts +35 -0
- package/dist/esm/generated/models/parameters.d.ts.map +1 -0
- package/dist/esm/generated/models/parameters.js +361 -0
- package/dist/esm/generated/models/parameters.js.map +1 -0
- package/dist/esm/generated/operations/index.d.ts +3 -0
- package/dist/esm/generated/operations/index.d.ts.map +1 -0
- package/dist/esm/generated/operations/index.js +10 -0
- package/dist/esm/generated/operations/index.js.map +1 -0
- package/dist/esm/generated/operations/service.d.ts +32 -0
- package/dist/esm/generated/operations/service.d.ts.map +1 -0
- package/dist/esm/generated/operations/service.js +120 -0
- package/dist/esm/generated/operations/service.js.map +1 -0
- package/dist/esm/generated/operations/table.d.ts +90 -0
- package/dist/esm/generated/operations/table.d.ts.map +1 -0
- package/dist/esm/generated/operations/table.js +450 -0
- package/dist/esm/generated/operations/table.js.map +1 -0
- package/dist/esm/generated/operationsInterfaces/index.d.ts +3 -0
- package/dist/esm/generated/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/esm/generated/operationsInterfaces/index.js +10 -0
- package/dist/esm/generated/operationsInterfaces/index.js.map +1 -0
- package/dist/esm/generated/operationsInterfaces/service.d.ts +24 -0
- package/dist/esm/generated/operationsInterfaces/service.d.ts.map +1 -0
- package/{dist-esm/src/generated/operations/index.js → dist/esm/generated/operationsInterfaces/service.js} +2 -3
- package/dist/esm/generated/operationsInterfaces/service.js.map +1 -0
- package/dist/esm/generated/operationsInterfaces/table.d.ts +82 -0
- package/dist/esm/generated/operationsInterfaces/table.d.ts.map +1 -0
- package/{dist-esm/src/generated/operationsInterfaces/index.js → dist/esm/generated/operationsInterfaces/table.js} +2 -3
- package/dist/esm/generated/operationsInterfaces/table.js.map +1 -0
- package/dist/esm/generatedModels.d.ts +2 -0
- package/dist/esm/generatedModels.d.ts.map +1 -0
- package/dist/esm/generatedModels.js +4 -0
- package/dist/esm/generatedModels.js.map +1 -0
- package/dist/esm/index.d.ts +10 -0
- package/dist/esm/index.d.ts.map +1 -0
- package/dist/esm/index.js +12 -0
- package/dist/esm/index.js.map +1 -0
- package/dist/esm/logger.d.ts +6 -0
- package/dist/esm/logger.d.ts.map +1 -0
- package/dist/esm/logger.js +8 -0
- package/dist/esm/logger.js.map +1 -0
- package/dist/esm/models.d.ts +247 -0
- package/dist/esm/models.d.ts.map +1 -0
- package/dist/esm/models.js +4 -0
- package/dist/esm/models.js.map +1 -0
- package/dist/esm/odata.d.ts +7 -0
- package/dist/esm/odata.d.ts.map +1 -0
- package/dist/esm/odata.js +37 -0
- package/dist/esm/odata.js.map +1 -0
- package/dist/esm/package.json +3 -0
- package/dist/esm/sas/accountSasPermissions.d.ts +48 -0
- package/dist/esm/sas/accountSasPermissions.d.ts.map +1 -0
- package/dist/esm/sas/accountSasPermissions.js +71 -0
- package/dist/esm/sas/accountSasPermissions.js.map +1 -0
- package/dist/esm/sas/accountSasResourceTypes.d.ts +32 -0
- package/dist/esm/sas/accountSasResourceTypes.d.ts.map +1 -0
- package/dist/esm/sas/accountSasResourceTypes.js +47 -0
- package/dist/esm/sas/accountSasResourceTypes.js.map +1 -0
- package/dist/esm/sas/accountSasServices.d.ts +34 -0
- package/dist/esm/sas/accountSasServices.d.ts.map +1 -0
- package/dist/esm/sas/accountSasServices.js +51 -0
- package/dist/esm/sas/accountSasServices.js.map +1 -0
- package/dist/esm/sas/accountSasSignatureValues.d.ts +70 -0
- package/dist/esm/sas/accountSasSignatureValues.d.ts.map +1 -0
- package/dist/esm/sas/accountSasSignatureValues.js +55 -0
- package/dist/esm/sas/accountSasSignatureValues.js.map +1 -0
- package/dist/esm/sas/generateAccountSas.d.ts +54 -0
- package/dist/esm/sas/generateAccountSas.d.ts.map +1 -0
- package/dist/esm/sas/generateAccountSas.js +30 -0
- package/dist/esm/sas/generateAccountSas.js.map +1 -0
- package/dist/esm/sas/generateTableSas.d.ts +13 -0
- package/dist/esm/sas/generateTableSas.d.ts.map +1 -0
- package/dist/esm/sas/generateTableSas.js +35 -0
- package/dist/esm/sas/generateTableSas.js.map +1 -0
- package/dist/esm/sas/index.d.ts +9 -0
- package/dist/esm/sas/index.d.ts.map +1 -0
- package/dist/esm/sas/index.js +5 -0
- package/dist/esm/sas/index.js.map +1 -0
- package/dist/esm/sas/models.d.ts +34 -0
- package/dist/esm/sas/models.d.ts.map +1 -0
- package/dist/esm/sas/models.js +4 -0
- package/dist/esm/sas/models.js.map +1 -0
- package/dist/esm/sas/sasIPRange.d.ts +24 -0
- package/dist/esm/sas/sasIPRange.d.ts.map +1 -0
- package/dist/esm/sas/sasIPRange.js +16 -0
- package/dist/esm/sas/sasIPRange.js.map +1 -0
- package/dist/esm/sas/sasQueryParameters.d.ts +246 -0
- package/dist/esm/sas/sasQueryParameters.d.ts.map +1 -0
- package/dist/esm/sas/sasQueryParameters.js +193 -0
- package/dist/esm/sas/sasQueryParameters.js.map +1 -0
- package/dist/esm/sas/tableSasPermisions.d.ts +37 -0
- package/dist/esm/sas/tableSasPermisions.d.ts.map +1 -0
- package/dist/esm/sas/tableSasPermisions.js +56 -0
- package/dist/esm/sas/tableSasPermisions.js.map +1 -0
- package/dist/esm/sas/tableSasSignatureValues.d.ts +88 -0
- package/dist/esm/sas/tableSasSignatureValues.d.ts.map +1 -0
- package/dist/esm/sas/tableSasSignatureValues.js +74 -0
- package/dist/esm/sas/tableSasSignatureValues.js.map +1 -0
- package/dist/esm/secondaryEndpointPolicy.d.ts +17 -0
- package/dist/esm/secondaryEndpointPolicy.d.ts.map +1 -0
- package/dist/esm/secondaryEndpointPolicy.js +46 -0
- package/dist/esm/secondaryEndpointPolicy.js.map +1 -0
- package/dist/esm/serialization.d.ts +15 -0
- package/dist/esm/serialization.d.ts.map +1 -0
- package/dist/esm/serialization.js +215 -0
- package/dist/esm/serialization.js.map +1 -0
- package/dist/esm/tablesNamedCredentialPolicy.d.ts +12 -0
- package/dist/esm/tablesNamedCredentialPolicy.d.ts.map +1 -0
- package/{dist-esm/src → dist/esm}/tablesNamedCredentialPolicy.js +2 -2
- package/dist/esm/tablesNamedCredentialPolicy.js.map +1 -0
- package/dist/esm/tablesSASTokenPolicy.d.ts +12 -0
- package/dist/esm/tablesSASTokenPolicy.d.ts.map +1 -0
- package/dist/esm/tablesSASTokenPolicy.js +27 -0
- package/dist/esm/tablesSASTokenPolicy.js.map +1 -0
- package/dist/esm/utils/accountConnectionString.d.ts +11 -0
- package/dist/esm/utils/accountConnectionString.d.ts.map +1 -0
- package/dist/esm/utils/accountConnectionString.js.map +1 -0
- package/dist/esm/utils/apiVersionPolicy.d.ts +12 -0
- package/dist/esm/utils/apiVersionPolicy.d.ts.map +1 -0
- package/dist/esm/utils/apiVersionPolicy.js +21 -0
- package/dist/esm/utils/apiVersionPolicy.js.map +1 -0
- package/dist/esm/utils/baseTransactionHeaders.d.ts +7 -0
- package/dist/esm/utils/baseTransactionHeaders.d.ts.map +1 -0
- package/dist/esm/utils/baseTransactionHeaders.js +16 -0
- package/dist/esm/utils/baseTransactionHeaders.js.map +1 -0
- package/dist/esm/utils/bufferSerializer.d.ts +11 -0
- package/dist/esm/utils/bufferSerializer.d.ts.map +1 -0
- package/dist/esm/utils/challengeAuthenticationUtils.d.ts +8 -0
- package/dist/esm/utils/challengeAuthenticationUtils.d.ts.map +1 -0
- package/dist/esm/utils/challengeAuthenticationUtils.js +20 -0
- package/dist/esm/utils/challengeAuthenticationUtils.js.map +1 -0
- package/dist/esm/utils/computeHMACSHA256.d.ts +2 -0
- package/dist/esm/utils/computeHMACSHA256.d.ts.map +1 -0
- package/{dist-esm/src → dist/esm}/utils/computeHMACSHA256.js +1 -1
- package/{dist-esm/src → dist/esm}/utils/computeHMACSHA256.js.map +1 -1
- package/dist/esm/utils/connectionString.d.ts +21 -0
- package/dist/esm/utils/connectionString.d.ts.map +1 -0
- package/dist/esm/utils/connectionString.js +131 -0
- package/dist/esm/utils/connectionString.js.map +1 -0
- package/dist/esm/utils/constants.d.ts +17 -0
- package/dist/esm/utils/constants.d.ts.map +1 -0
- package/dist/esm/utils/constants.js +101 -0
- package/dist/esm/utils/constants.js.map +1 -0
- package/dist/esm/utils/continuationToken.d.ts +14 -0
- package/dist/esm/utils/continuationToken.d.ts.map +1 -0
- package/dist/esm/utils/continuationToken.js +26 -0
- package/dist/esm/utils/continuationToken.js.map +1 -0
- package/dist/esm/utils/errorHelpers.d.ts +23 -0
- package/dist/esm/utils/errorHelpers.d.ts.map +1 -0
- package/dist/esm/utils/errorHelpers.js +34 -0
- package/dist/esm/utils/errorHelpers.js.map +1 -0
- package/dist/esm/utils/internalModels.d.ts +134 -0
- package/dist/esm/utils/internalModels.d.ts.map +1 -0
- package/dist/esm/utils/internalModels.js +4 -0
- package/dist/esm/utils/internalModels.js.map +1 -0
- package/dist/esm/utils/isCosmosEndpoint.d.ts +2 -0
- package/dist/esm/utils/isCosmosEndpoint.d.ts.map +1 -0
- package/dist/esm/utils/isCosmosEndpoint.js +16 -0
- package/dist/esm/utils/isCosmosEndpoint.js.map +1 -0
- package/dist/esm/utils/isCredential.d.ts +3 -0
- package/dist/esm/utils/isCredential.d.ts.map +1 -0
- package/dist/esm/utils/isCredential.js +7 -0
- package/dist/esm/utils/isCredential.js.map +1 -0
- package/dist/esm/utils/tracing.d.ts +6 -0
- package/dist/esm/utils/tracing.d.ts.map +1 -0
- package/dist/esm/utils/tracing.js +13 -0
- package/dist/esm/utils/tracing.js.map +1 -0
- package/dist/esm/utils/transactionHeaders.d.ts +7 -0
- package/dist/esm/utils/transactionHeaders.d.ts.map +1 -0
- package/{dist-esm/src → dist/esm}/utils/transactionHeaders.js +1 -1
- package/dist/esm/utils/transactionHeaders.js.map +1 -0
- package/dist/esm/utils/transactionHelpers.d.ts +24 -0
- package/dist/esm/utils/transactionHelpers.d.ts.map +1 -0
- package/dist/esm/utils/transactionHelpers.js +43 -0
- package/dist/esm/utils/transactionHelpers.js.map +1 -0
- package/dist/esm/utils/truncateISO8061Date.d.ts +10 -0
- package/dist/esm/utils/truncateISO8061Date.d.ts.map +1 -0
- package/dist/esm/utils/truncateISO8061Date.js +18 -0
- package/dist/esm/utils/truncateISO8061Date.js.map +1 -0
- package/dist/esm/utils/uuid.d.ts +4 -0
- package/dist/esm/utils/uuid.d.ts.map +1 -0
- package/dist/esm/utils/uuid.js +11 -0
- package/dist/esm/utils/uuid.js.map +1 -0
- package/dist/react-native/TableClient.d.ts +436 -0
- package/dist/react-native/TableClient.d.ts.map +1 -0
- package/dist/react-native/TableClient.js +585 -0
- package/dist/react-native/TableClient.js.map +1 -0
- package/dist/react-native/TablePolicies.d.ts +6 -0
- package/dist/react-native/TablePolicies.d.ts.map +1 -0
- package/dist/react-native/TablePolicies.js +62 -0
- package/dist/react-native/TablePolicies.js.map +1 -0
- package/dist/react-native/TableServiceClient.d.ts +161 -0
- package/dist/react-native/TableServiceClient.d.ts.map +1 -0
- package/dist/react-native/TableServiceClient.js +214 -0
- package/dist/react-native/TableServiceClient.js.map +1 -0
- package/dist/react-native/TableTransaction.d.ts +114 -0
- package/dist/react-native/TableTransaction.d.ts.map +1 -0
- package/dist/react-native/TableTransaction.js +261 -0
- package/dist/react-native/TableTransaction.js.map +1 -0
- package/dist/react-native/cosmosPathPolicy.d.ts +3 -0
- package/dist/react-native/cosmosPathPolicy.d.ts.map +1 -0
- package/dist/react-native/cosmosPathPolicy.js +16 -0
- package/dist/react-native/cosmosPathPolicy.js.map +1 -0
- package/dist/react-native/generated/generatedClient.d.ts +17 -0
- package/dist/react-native/generated/generatedClient.d.ts.map +1 -0
- package/dist/react-native/generated/generatedClient.js +45 -0
- package/dist/react-native/generated/generatedClient.js.map +1 -0
- package/dist/react-native/generated/generatedClientContext.d.ts +14 -0
- package/dist/react-native/generated/generatedClientContext.d.ts.map +1 -0
- package/dist/react-native/generated/generatedClientContext.js +41 -0
- package/dist/react-native/generated/generatedClientContext.js.map +1 -0
- package/dist/react-native/generated/index.d.ts +4 -0
- package/dist/react-native/generated/index.d.ts.map +1 -0
- package/dist/react-native/generated/index.js +11 -0
- package/dist/react-native/generated/index.js.map +1 -0
- package/dist/react-native/generated/models/index.d.ts +603 -0
- package/dist/react-native/generated/models/index.d.ts.map +1 -0
- package/dist/react-native/generated/models/index.js +28 -0
- package/dist/react-native/generated/models/index.js.map +1 -0
- package/dist/react-native/generated/models/mappers.d.ts +47 -0
- package/dist/react-native/generated/models/mappers.d.ts.map +1 -0
- package/dist/react-native/generated/models/mappers.js +1331 -0
- package/dist/react-native/generated/models/mappers.js.map +1 -0
- package/dist/react-native/generated/models/parameters.d.ts +35 -0
- package/dist/react-native/generated/models/parameters.d.ts.map +1 -0
- package/dist/react-native/generated/models/parameters.js +361 -0
- package/dist/react-native/generated/models/parameters.js.map +1 -0
- package/dist/react-native/generated/operations/index.d.ts +3 -0
- package/dist/react-native/generated/operations/index.d.ts.map +1 -0
- package/dist/react-native/generated/operations/index.js +10 -0
- package/dist/react-native/generated/operations/index.js.map +1 -0
- package/dist/react-native/generated/operations/service.d.ts +32 -0
- package/dist/react-native/generated/operations/service.d.ts.map +1 -0
- package/dist/react-native/generated/operations/service.js +120 -0
- package/dist/react-native/generated/operations/service.js.map +1 -0
- package/dist/react-native/generated/operations/table.d.ts +90 -0
- package/dist/react-native/generated/operations/table.d.ts.map +1 -0
- package/dist/react-native/generated/operations/table.js +450 -0
- package/dist/react-native/generated/operations/table.js.map +1 -0
- package/dist/react-native/generated/operationsInterfaces/index.d.ts +3 -0
- package/dist/react-native/generated/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/react-native/generated/operationsInterfaces/index.js +10 -0
- package/dist/react-native/generated/operationsInterfaces/index.js.map +1 -0
- package/dist/react-native/generated/operationsInterfaces/service.d.ts +24 -0
- package/dist/react-native/generated/operationsInterfaces/service.d.ts.map +1 -0
- package/dist/react-native/generated/operationsInterfaces/service.js +9 -0
- package/dist/react-native/generated/operationsInterfaces/service.js.map +1 -0
- package/dist/react-native/generated/operationsInterfaces/table.d.ts +82 -0
- package/dist/react-native/generated/operationsInterfaces/table.d.ts.map +1 -0
- package/dist/react-native/generated/operationsInterfaces/table.js +9 -0
- package/dist/react-native/generated/operationsInterfaces/table.js.map +1 -0
- package/dist/react-native/generatedModels.d.ts +2 -0
- package/dist/react-native/generatedModels.d.ts.map +1 -0
- package/dist/react-native/generatedModels.js +4 -0
- package/dist/react-native/generatedModels.js.map +1 -0
- package/dist/react-native/index.d.ts +10 -0
- package/dist/react-native/index.d.ts.map +1 -0
- package/dist/react-native/index.js +12 -0
- package/dist/react-native/index.js.map +1 -0
- package/dist/react-native/logger.d.ts +6 -0
- package/dist/react-native/logger.d.ts.map +1 -0
- package/dist/react-native/logger.js +8 -0
- package/dist/react-native/logger.js.map +1 -0
- package/dist/react-native/models.d.ts +247 -0
- package/dist/react-native/models.d.ts.map +1 -0
- package/dist/react-native/models.js +4 -0
- package/dist/react-native/models.js.map +1 -0
- package/dist/react-native/odata.d.ts +7 -0
- package/dist/react-native/odata.d.ts.map +1 -0
- package/dist/react-native/odata.js +37 -0
- package/dist/react-native/odata.js.map +1 -0
- package/dist/react-native/package.json +3 -0
- package/dist/react-native/sas/accountSasPermissions.d.ts +48 -0
- package/dist/react-native/sas/accountSasPermissions.d.ts.map +1 -0
- package/dist/react-native/sas/accountSasPermissions.js +71 -0
- package/dist/react-native/sas/accountSasPermissions.js.map +1 -0
- package/dist/react-native/sas/accountSasResourceTypes.d.ts +32 -0
- package/dist/react-native/sas/accountSasResourceTypes.d.ts.map +1 -0
- package/dist/react-native/sas/accountSasResourceTypes.js +47 -0
- package/dist/react-native/sas/accountSasResourceTypes.js.map +1 -0
- package/dist/react-native/sas/accountSasServices.d.ts +34 -0
- package/dist/react-native/sas/accountSasServices.d.ts.map +1 -0
- package/dist/react-native/sas/accountSasServices.js +51 -0
- package/dist/react-native/sas/accountSasServices.js.map +1 -0
- package/dist/react-native/sas/accountSasSignatureValues.d.ts +70 -0
- package/dist/react-native/sas/accountSasSignatureValues.d.ts.map +1 -0
- package/dist/react-native/sas/accountSasSignatureValues.js +55 -0
- package/dist/react-native/sas/accountSasSignatureValues.js.map +1 -0
- package/dist/react-native/sas/generateAccountSas.d.ts +54 -0
- package/dist/react-native/sas/generateAccountSas.d.ts.map +1 -0
- package/dist/react-native/sas/generateAccountSas.js +30 -0
- package/dist/react-native/sas/generateAccountSas.js.map +1 -0
- package/dist/react-native/sas/generateTableSas.d.ts +13 -0
- package/dist/react-native/sas/generateTableSas.d.ts.map +1 -0
- package/dist/react-native/sas/generateTableSas.js +35 -0
- package/dist/react-native/sas/generateTableSas.js.map +1 -0
- package/dist/react-native/sas/index.d.ts +9 -0
- package/dist/react-native/sas/index.d.ts.map +1 -0
- package/dist/react-native/sas/index.js +5 -0
- package/dist/react-native/sas/index.js.map +1 -0
- package/dist/react-native/sas/models.d.ts +34 -0
- package/dist/react-native/sas/models.d.ts.map +1 -0
- package/dist/react-native/sas/models.js +4 -0
- package/dist/react-native/sas/models.js.map +1 -0
- package/dist/react-native/sas/sasIPRange.d.ts +24 -0
- package/dist/react-native/sas/sasIPRange.d.ts.map +1 -0
- package/dist/react-native/sas/sasIPRange.js +16 -0
- package/dist/react-native/sas/sasIPRange.js.map +1 -0
- package/dist/react-native/sas/sasQueryParameters.d.ts +246 -0
- package/dist/react-native/sas/sasQueryParameters.d.ts.map +1 -0
- package/dist/react-native/sas/sasQueryParameters.js +193 -0
- package/dist/react-native/sas/sasQueryParameters.js.map +1 -0
- package/dist/react-native/sas/tableSasPermisions.d.ts +37 -0
- package/dist/react-native/sas/tableSasPermisions.d.ts.map +1 -0
- package/dist/react-native/sas/tableSasPermisions.js +56 -0
- package/dist/react-native/sas/tableSasPermisions.js.map +1 -0
- package/dist/react-native/sas/tableSasSignatureValues.d.ts +88 -0
- package/dist/react-native/sas/tableSasSignatureValues.d.ts.map +1 -0
- package/dist/react-native/sas/tableSasSignatureValues.js +74 -0
- package/dist/react-native/sas/tableSasSignatureValues.js.map +1 -0
- package/dist/react-native/secondaryEndpointPolicy.d.ts +17 -0
- package/dist/react-native/secondaryEndpointPolicy.d.ts.map +1 -0
- package/dist/react-native/secondaryEndpointPolicy.js +46 -0
- package/dist/react-native/secondaryEndpointPolicy.js.map +1 -0
- package/dist/react-native/serialization.d.ts +15 -0
- package/dist/react-native/serialization.d.ts.map +1 -0
- package/dist/react-native/serialization.js +215 -0
- package/dist/react-native/serialization.js.map +1 -0
- package/dist/react-native/tablesNamedCredentialPolicy.d.ts +12 -0
- package/dist/react-native/tablesNamedCredentialPolicy.d.ts.map +1 -0
- package/dist/react-native/tablesNamedCredentialPolicy.js +63 -0
- package/dist/react-native/tablesNamedCredentialPolicy.js.map +1 -0
- package/dist/react-native/tablesSASTokenPolicy.d.ts +12 -0
- package/dist/react-native/tablesSASTokenPolicy.d.ts.map +1 -0
- package/dist/react-native/tablesSASTokenPolicy.js +27 -0
- package/dist/react-native/tablesSASTokenPolicy.js.map +1 -0
- package/dist/react-native/utils/accountConnectionString.d.ts +11 -0
- package/dist/react-native/utils/accountConnectionString.d.ts.map +1 -0
- package/dist/react-native/utils/accountConnectionString.js +44 -0
- package/dist/react-native/utils/accountConnectionString.js.map +1 -0
- package/dist/react-native/utils/apiVersionPolicy.d.ts +12 -0
- package/dist/react-native/utils/apiVersionPolicy.d.ts.map +1 -0
- package/dist/react-native/utils/apiVersionPolicy.js +21 -0
- package/dist/react-native/utils/apiVersionPolicy.js.map +1 -0
- package/dist/react-native/utils/baseTransactionHeaders.d.ts +7 -0
- package/dist/react-native/utils/baseTransactionHeaders.d.ts.map +1 -0
- package/dist/react-native/utils/baseTransactionHeaders.js +16 -0
- package/dist/react-native/utils/baseTransactionHeaders.js.map +1 -0
- package/dist/react-native/utils/bufferSerializer.d.ts +11 -0
- package/dist/react-native/utils/bufferSerializer.d.ts.map +1 -0
- package/dist/react-native/utils/bufferSerializer.js +23 -0
- package/dist/react-native/utils/bufferSerializer.js.map +1 -0
- package/dist/react-native/utils/challengeAuthenticationUtils.d.ts +8 -0
- package/dist/react-native/utils/challengeAuthenticationUtils.d.ts.map +1 -0
- package/dist/react-native/utils/challengeAuthenticationUtils.js +20 -0
- package/dist/react-native/utils/challengeAuthenticationUtils.js.map +1 -0
- package/dist/react-native/utils/computeHMACSHA256.d.ts +2 -0
- package/dist/react-native/utils/computeHMACSHA256.d.ts.map +1 -0
- package/dist/react-native/utils/computeHMACSHA256.js +8 -0
- package/dist/react-native/utils/computeHMACSHA256.js.map +1 -0
- package/dist/react-native/utils/connectionString.d.ts +21 -0
- package/dist/react-native/utils/connectionString.d.ts.map +1 -0
- package/dist/react-native/utils/connectionString.js +131 -0
- package/dist/react-native/utils/connectionString.js.map +1 -0
- package/dist/react-native/utils/constants.d.ts +17 -0
- package/dist/react-native/utils/constants.d.ts.map +1 -0
- package/dist/react-native/utils/constants.js +101 -0
- package/dist/react-native/utils/constants.js.map +1 -0
- package/dist/react-native/utils/continuationToken.d.ts +14 -0
- package/dist/react-native/utils/continuationToken.d.ts.map +1 -0
- package/dist/react-native/utils/continuationToken.js +26 -0
- package/dist/react-native/utils/continuationToken.js.map +1 -0
- package/dist/react-native/utils/errorHelpers.d.ts +23 -0
- package/dist/react-native/utils/errorHelpers.d.ts.map +1 -0
- package/dist/react-native/utils/errorHelpers.js +34 -0
- package/dist/react-native/utils/errorHelpers.js.map +1 -0
- package/dist/react-native/utils/internalModels.d.ts +134 -0
- package/dist/react-native/utils/internalModels.d.ts.map +1 -0
- package/dist/react-native/utils/internalModels.js +4 -0
- package/dist/react-native/utils/internalModels.js.map +1 -0
- package/dist/react-native/utils/isCosmosEndpoint.d.ts +2 -0
- package/dist/react-native/utils/isCosmosEndpoint.d.ts.map +1 -0
- package/dist/react-native/utils/isCosmosEndpoint.js +16 -0
- package/dist/react-native/utils/isCosmosEndpoint.js.map +1 -0
- package/dist/react-native/utils/isCredential.d.ts +3 -0
- package/dist/react-native/utils/isCredential.d.ts.map +1 -0
- package/dist/react-native/utils/isCredential.js +7 -0
- package/dist/react-native/utils/isCredential.js.map +1 -0
- package/dist/react-native/utils/tracing.d.ts +6 -0
- package/dist/react-native/utils/tracing.d.ts.map +1 -0
- package/dist/react-native/utils/tracing.js +13 -0
- package/dist/react-native/utils/tracing.js.map +1 -0
- package/dist/react-native/utils/transactionHeaders.d.ts +7 -0
- package/dist/react-native/utils/transactionHeaders.d.ts.map +1 -0
- package/dist/react-native/utils/transactionHeaders.js +14 -0
- package/dist/react-native/utils/transactionHeaders.js.map +1 -0
- package/dist/react-native/utils/transactionHelpers.d.ts +24 -0
- package/dist/react-native/utils/transactionHelpers.d.ts.map +1 -0
- package/dist/react-native/utils/transactionHelpers.js +43 -0
- package/dist/react-native/utils/transactionHelpers.js.map +1 -0
- package/dist/react-native/utils/truncateISO8061Date.d.ts +10 -0
- package/dist/react-native/utils/truncateISO8061Date.d.ts.map +1 -0
- package/dist/react-native/utils/truncateISO8061Date.js +18 -0
- package/dist/react-native/utils/truncateISO8061Date.js.map +1 -0
- package/dist/react-native/utils/uuid.d.ts +4 -0
- package/dist/react-native/utils/uuid.d.ts.map +1 -0
- package/dist/react-native/utils/uuid.js +11 -0
- package/dist/react-native/utils/uuid.js.map +1 -0
- package/package.json +68 -66
- package/dist/index.js +0 -5044
- package/dist/index.js.map +0 -1
- package/dist-esm/src/TableClient.js.map +0 -1
- package/dist-esm/src/TablePolicies.js.map +0 -1
- package/dist-esm/src/TableServiceClient.js.map +0 -1
- package/dist-esm/src/TableTransaction.js.map +0 -1
- package/dist-esm/src/generated/generatedClient.js.map +0 -1
- package/dist-esm/src/generated/generatedClientContext.js.map +0 -1
- package/dist-esm/src/generated/index.js.map +0 -1
- package/dist-esm/src/generated/models/parameters.js.map +0 -1
- package/dist-esm/src/generated/operations/service.js.map +0 -1
- package/dist-esm/src/generated/operations/table.js.map +0 -1
- package/dist-esm/src/generated/operationsInterfaces/service.js.map +0 -1
- package/dist-esm/src/generated/operationsInterfaces/table.js.map +0 -1
- package/dist-esm/src/index.js +0 -12
- package/dist-esm/src/index.js.map +0 -1
- package/dist-esm/src/models.js.map +0 -1
- package/dist-esm/src/sas/accountSasSignatureValues.js.map +0 -1
- package/dist-esm/src/sas/generateAccountSas.js.map +0 -1
- package/dist-esm/src/sas/generateTableSas.js.map +0 -1
- package/dist-esm/src/sas/index.js +0 -5
- package/dist-esm/src/sas/index.js.map +0 -1
- package/dist-esm/src/sas/sasQueryParameters.js.map +0 -1
- package/dist-esm/src/sas/tableSasSignatureValues.js.map +0 -1
- package/dist-esm/src/serialization.js.map +0 -1
- package/dist-esm/src/tablesNamedCredentialPolicy.browser.js.map +0 -1
- package/dist-esm/src/tablesNamedCredentialPolicy.js.map +0 -1
- package/dist-esm/src/utils/accountConnectionString.browser.js.map +0 -1
- package/dist-esm/src/utils/accountConnectionString.js.map +0 -1
- package/dist-esm/src/utils/bufferSerializer.browser.js.map +0 -1
- package/dist-esm/src/utils/computeHMACSHA256.browser.js.map +0 -1
- package/dist-esm/src/utils/connectionString.js.map +0 -1
- package/dist-esm/src/utils/continuationToken.js.map +0 -1
- package/dist-esm/src/utils/errorHelpers.js.map +0 -1
- package/dist-esm/src/utils/internalModels.js.map +0 -1
- package/dist-esm/src/utils/transactionHeaders.browser.js.map +0 -1
- package/dist-esm/src/utils/transactionHeaders.js.map +0 -1
- package/dist-esm/src/utils/transactionHelpers.js.map +0 -1
- package/types/latest/data-tables.d.ts +0 -1412
- /package/{dist-esm/src → dist/browser}/cosmosPathPolicy.js +0 -0
- /package/{dist-esm/src → dist/browser}/cosmosPathPolicy.js.map +0 -0
- /package/{dist-esm/src → dist/browser}/generated/generatedClientContext.js +0 -0
- /package/{dist-esm/src → dist/browser}/generated/models/index.js +0 -0
- /package/{dist-esm/src → dist/browser}/generated/models/index.js.map +0 -0
- /package/{dist-esm/src → dist/browser}/generated/models/mappers.js +0 -0
- /package/{dist-esm/src → dist/browser}/generated/models/mappers.js.map +0 -0
- /package/{dist-esm/src → dist/browser}/generated/operationsInterfaces/service.js +0 -0
- /package/{dist-esm/src → dist/browser}/generated/operationsInterfaces/table.js +0 -0
- /package/{dist-esm/src → dist/browser}/logger.js +0 -0
- /package/{dist-esm/src → dist/browser}/logger.js.map +0 -0
- /package/{dist-esm/src → dist/browser}/models.js +0 -0
- /package/{dist-esm/src → dist/browser}/odata.js +0 -0
- /package/{dist-esm/src → dist/browser}/odata.js.map +0 -0
- /package/{dist-esm/src → dist/browser}/sas/accountSasPermissions.js +0 -0
- /package/{dist-esm/src → dist/browser}/sas/accountSasPermissions.js.map +0 -0
- /package/{dist-esm/src → dist/browser}/sas/accountSasResourceTypes.js +0 -0
- /package/{dist-esm/src → dist/browser}/sas/accountSasResourceTypes.js.map +0 -0
- /package/{dist-esm/src → dist/browser}/sas/accountSasServices.js +0 -0
- /package/{dist-esm/src → dist/browser}/sas/accountSasServices.js.map +0 -0
- /package/{dist-esm/src → dist/browser}/sas/models.js +0 -0
- /package/{dist-esm/src → dist/browser}/sas/models.js.map +0 -0
- /package/{dist-esm/src → dist/browser}/sas/sasIPRange.js +0 -0
- /package/{dist-esm/src → dist/browser}/sas/sasIPRange.js.map +0 -0
- /package/{dist-esm/src → dist/browser}/sas/tableSasPermisions.js +0 -0
- /package/{dist-esm/src → dist/browser}/sas/tableSasPermisions.js.map +0 -0
- /package/{dist-esm/src → dist/browser}/secondaryEndpointPolicy.js +0 -0
- /package/{dist-esm/src → dist/browser}/secondaryEndpointPolicy.js.map +0 -0
- /package/{dist-esm/src → dist/browser}/tablesSASTokenPolicy.js +0 -0
- /package/{dist-esm/src → dist/browser}/tablesSASTokenPolicy.js.map +0 -0
- /package/{dist-esm/src → dist/browser}/utils/apiVersionPolicy.js +0 -0
- /package/{dist-esm/src → dist/browser}/utils/apiVersionPolicy.js.map +0 -0
- /package/{dist-esm/src → dist/browser}/utils/baseTransactionHeaders.js +0 -0
- /package/{dist-esm/src → dist/browser}/utils/baseTransactionHeaders.js.map +0 -0
- /package/{dist-esm/src → dist/browser}/utils/challengeAuthenticationUtils.js +0 -0
- /package/{dist-esm/src → dist/browser}/utils/challengeAuthenticationUtils.js.map +0 -0
- /package/{dist-esm/src → dist/browser}/utils/constants.js +0 -0
- /package/{dist-esm/src → dist/browser}/utils/constants.js.map +0 -0
- /package/{dist-esm/src → dist/browser}/utils/errorHelpers.js +0 -0
- /package/{dist-esm/src → dist/browser}/utils/internalModels.js +0 -0
- /package/{dist-esm/src → dist/browser}/utils/isCosmosEndpoint.js +0 -0
- /package/{dist-esm/src → dist/browser}/utils/isCosmosEndpoint.js.map +0 -0
- /package/{dist-esm/src → dist/browser}/utils/isCredential.js +0 -0
- /package/{dist-esm/src → dist/browser}/utils/isCredential.js.map +0 -0
- /package/{dist-esm/src → dist/browser}/utils/tracing.js +0 -0
- /package/{dist-esm/src → dist/browser}/utils/tracing.js.map +0 -0
- /package/{dist-esm/src → dist/browser}/utils/truncateISO8061Date.js +0 -0
- /package/{dist-esm/src → dist/browser}/utils/truncateISO8061Date.js.map +0 -0
- /package/{dist-esm/src → dist/browser}/utils/uuid.js +0 -0
- /package/{dist-esm/src → dist/browser}/utils/uuid.js.map +0 -0
- /package/{types/latest → dist/commonjs}/tsdoc-metadata.json +0 -0
- /package/{dist-esm/src → dist/esm}/utils/accountConnectionString.js +0 -0
- /package/{dist-esm/src → dist/esm}/utils/bufferSerializer.js +0 -0
- /package/{dist-esm/src → dist/esm}/utils/bufferSerializer.js.map +0 -0
|
@@ -0,0 +1,603 @@
|
|
|
1
|
+
import * as coreClient from "@azure/core-client";
|
|
2
|
+
/** The properties for the table query response. */
|
|
3
|
+
export interface TableQueryResponse {
|
|
4
|
+
/** The metadata response of the table. */
|
|
5
|
+
odataMetadata?: string;
|
|
6
|
+
/** List of tables. */
|
|
7
|
+
value?: TableResponseProperties[];
|
|
8
|
+
}
|
|
9
|
+
/** The properties for the table response. */
|
|
10
|
+
export interface TableResponseProperties {
|
|
11
|
+
/** The name of the table. */
|
|
12
|
+
name?: string;
|
|
13
|
+
/** The odata type of the table. */
|
|
14
|
+
odataType?: string;
|
|
15
|
+
/** The id of the table. */
|
|
16
|
+
odataId?: string;
|
|
17
|
+
/** The edit link of the table. */
|
|
18
|
+
odataEditLink?: string;
|
|
19
|
+
}
|
|
20
|
+
/** Table Service error. */
|
|
21
|
+
export interface TableServiceError {
|
|
22
|
+
/** The odata error. */
|
|
23
|
+
odataError?: TableServiceErrorOdataError;
|
|
24
|
+
}
|
|
25
|
+
/** The odata error. */
|
|
26
|
+
export interface TableServiceErrorOdataError {
|
|
27
|
+
/** The service error code. The error codes possible are listed in: https://docs.microsoft.com/rest/api/storageservices/table-service-error-codes */
|
|
28
|
+
code?: string;
|
|
29
|
+
/** The service error message. */
|
|
30
|
+
message?: TableServiceErrorOdataErrorMessage;
|
|
31
|
+
}
|
|
32
|
+
/** The service error message. */
|
|
33
|
+
export interface TableServiceErrorOdataErrorMessage {
|
|
34
|
+
/** Language code of the error message. */
|
|
35
|
+
lang?: string;
|
|
36
|
+
/** The error message. */
|
|
37
|
+
value?: string;
|
|
38
|
+
}
|
|
39
|
+
/** The properties for creating a table. */
|
|
40
|
+
export interface TableProperties {
|
|
41
|
+
/** The name of the table to create. */
|
|
42
|
+
name?: string;
|
|
43
|
+
}
|
|
44
|
+
/** The properties for the table entity query response. */
|
|
45
|
+
export interface TableEntityQueryResponse {
|
|
46
|
+
/** The metadata response of the table. */
|
|
47
|
+
odataMetadata?: string;
|
|
48
|
+
/** List of table entities. */
|
|
49
|
+
value?: {
|
|
50
|
+
[propertyName: string]: any;
|
|
51
|
+
}[];
|
|
52
|
+
}
|
|
53
|
+
/** A signed identifier. */
|
|
54
|
+
export interface SignedIdentifier {
|
|
55
|
+
/** A unique id. */
|
|
56
|
+
id: string;
|
|
57
|
+
/** The access policy. */
|
|
58
|
+
accessPolicy?: AccessPolicy;
|
|
59
|
+
}
|
|
60
|
+
/** An Access policy. */
|
|
61
|
+
export interface AccessPolicy {
|
|
62
|
+
/** The start datetime from which the policy is active. */
|
|
63
|
+
start?: string;
|
|
64
|
+
/** The datetime that the policy expires. */
|
|
65
|
+
expiry?: string;
|
|
66
|
+
/** The permissions for the acl policy. */
|
|
67
|
+
permission?: string;
|
|
68
|
+
}
|
|
69
|
+
/** Table Service Properties. */
|
|
70
|
+
export interface TableServiceProperties {
|
|
71
|
+
/** Azure Analytics Logging settings. */
|
|
72
|
+
logging?: Logging;
|
|
73
|
+
/** A summary of request statistics grouped by API in hourly aggregates for tables. */
|
|
74
|
+
hourMetrics?: Metrics;
|
|
75
|
+
/** A summary of request statistics grouped by API in minute aggregates for tables. */
|
|
76
|
+
minuteMetrics?: Metrics;
|
|
77
|
+
/** The set of CORS rules. */
|
|
78
|
+
cors?: CorsRule[];
|
|
79
|
+
}
|
|
80
|
+
/** Azure Analytics Logging settings. */
|
|
81
|
+
export interface Logging {
|
|
82
|
+
/** The version of Analytics to configure. */
|
|
83
|
+
version: string;
|
|
84
|
+
/** Indicates whether all delete requests should be logged. */
|
|
85
|
+
delete: boolean;
|
|
86
|
+
/** Indicates whether all read requests should be logged. */
|
|
87
|
+
read: boolean;
|
|
88
|
+
/** Indicates whether all write requests should be logged. */
|
|
89
|
+
write: boolean;
|
|
90
|
+
/** The retention policy. */
|
|
91
|
+
retentionPolicy: RetentionPolicy;
|
|
92
|
+
}
|
|
93
|
+
/** The retention policy. */
|
|
94
|
+
export interface RetentionPolicy {
|
|
95
|
+
/** Indicates whether a retention policy is enabled for the service. */
|
|
96
|
+
enabled: boolean;
|
|
97
|
+
/** Indicates the number of days that metrics or logging or soft-deleted data should be retained. All data older than this value will be deleted. */
|
|
98
|
+
days?: number;
|
|
99
|
+
}
|
|
100
|
+
/** A summary of request statistics grouped by API */
|
|
101
|
+
export interface Metrics {
|
|
102
|
+
/** The version of Analytics to configure. */
|
|
103
|
+
version?: string;
|
|
104
|
+
/** Indicates whether metrics are enabled for the Table service. */
|
|
105
|
+
enabled: boolean;
|
|
106
|
+
/** Indicates whether metrics should generate summary statistics for called API operations. */
|
|
107
|
+
includeAPIs?: boolean;
|
|
108
|
+
/** The retention policy. */
|
|
109
|
+
retentionPolicy?: RetentionPolicy;
|
|
110
|
+
}
|
|
111
|
+
/** CORS is an HTTP feature that enables a web application running under one domain to access resources in another domain. Web browsers implement a security restriction known as same-origin policy that prevents a web page from calling APIs in a different domain; CORS provides a secure way to allow one domain (the origin domain) to call APIs in another domain. */
|
|
112
|
+
export interface CorsRule {
|
|
113
|
+
/** The origin domains that are permitted to make a request against the service via CORS. The origin domain is the domain from which the request originates. Note that the origin must be an exact case-sensitive match with the origin that the user age sends to the service. You can also use the wildcard character '*' to allow all origin domains to make requests via CORS. */
|
|
114
|
+
allowedOrigins: string;
|
|
115
|
+
/** The methods (HTTP request verbs) that the origin domain may use for a CORS request. (comma separated) */
|
|
116
|
+
allowedMethods: string;
|
|
117
|
+
/** The request headers that the origin domain may specify on the CORS request. */
|
|
118
|
+
allowedHeaders: string;
|
|
119
|
+
/** The response headers that may be sent in the response to the CORS request and exposed by the browser to the request issuer. */
|
|
120
|
+
exposedHeaders: string;
|
|
121
|
+
/** The maximum amount time that a browser should cache the preflight OPTIONS request. */
|
|
122
|
+
maxAgeInSeconds: number;
|
|
123
|
+
}
|
|
124
|
+
/** Stats for the service. */
|
|
125
|
+
export interface TableServiceStats {
|
|
126
|
+
/** Geo-Replication information for the Secondary Storage Service. */
|
|
127
|
+
geoReplication?: GeoReplication;
|
|
128
|
+
}
|
|
129
|
+
/** Geo-Replication information for the Secondary Storage Service */
|
|
130
|
+
export interface GeoReplication {
|
|
131
|
+
/** The status of the secondary location. */
|
|
132
|
+
status: GeoReplicationStatusType;
|
|
133
|
+
/** A GMT date/time value, to the second. All primary writes preceding this value are guaranteed to be available for read operations at the secondary. Primary writes after this point in time may or may not be available for reads. */
|
|
134
|
+
lastSyncTime: Date;
|
|
135
|
+
}
|
|
136
|
+
/** The response for a single table. */
|
|
137
|
+
export type TableResponse = TableResponseProperties & {
|
|
138
|
+
/** The metadata response of the table. */
|
|
139
|
+
odataMetadata?: string;
|
|
140
|
+
};
|
|
141
|
+
/** Defines headers for Table_query operation. */
|
|
142
|
+
export interface TableQueryHeaders {
|
|
143
|
+
/** If a client request id header is sent in the request, this header will be present in the response with the same value. */
|
|
144
|
+
clientRequestId?: string;
|
|
145
|
+
/** This header uniquely identifies the request that was made and can be used for troubleshooting the request. */
|
|
146
|
+
requestId?: string;
|
|
147
|
+
/** Indicates the version of the Table service used to execute the request. This header is returned for requests made against version 2009-09-19 and above. */
|
|
148
|
+
version?: string;
|
|
149
|
+
/** UTC date/time value generated by the service that indicates the time at which the response was initiated. */
|
|
150
|
+
date?: Date;
|
|
151
|
+
/** This header contains the continuation token value. */
|
|
152
|
+
xMsContinuationNextTableName?: string;
|
|
153
|
+
}
|
|
154
|
+
/** Defines headers for Table_query operation. */
|
|
155
|
+
export interface TableQueryExceptionHeaders {
|
|
156
|
+
errorCode?: string;
|
|
157
|
+
}
|
|
158
|
+
/** Defines headers for Table_create operation. */
|
|
159
|
+
export interface TableCreateHeaders {
|
|
160
|
+
/** If a client request id header is sent in the request, this header will be present in the response with the same value. */
|
|
161
|
+
clientRequestId?: string;
|
|
162
|
+
/** This header uniquely identifies the request that was made and can be used for troubleshooting the request. */
|
|
163
|
+
requestId?: string;
|
|
164
|
+
/** Indicates the version of the Table service used to execute the request. This header is returned for requests made against version 2009-09-19 and above. */
|
|
165
|
+
version?: string;
|
|
166
|
+
/** UTC date/time value generated by the service that indicates the time at which the response was initiated. */
|
|
167
|
+
date?: Date;
|
|
168
|
+
/** Indicates whether the Prefer request header was honored. If the response does not include this header, then the Prefer header was not honored. If this header is returned, its value will either be return-content or return-no-content. */
|
|
169
|
+
preferenceApplied?: string;
|
|
170
|
+
}
|
|
171
|
+
/** Defines headers for Table_create operation. */
|
|
172
|
+
export interface TableCreateExceptionHeaders {
|
|
173
|
+
errorCode?: string;
|
|
174
|
+
}
|
|
175
|
+
/** Defines headers for Table_delete operation. */
|
|
176
|
+
export interface TableDeleteHeaders {
|
|
177
|
+
/** If a client request id header is sent in the request, this header will be present in the response with the same value. */
|
|
178
|
+
clientRequestId?: string;
|
|
179
|
+
/** This header uniquely identifies the request that was made and can be used for troubleshooting the request. */
|
|
180
|
+
requestId?: string;
|
|
181
|
+
/** Indicates the version of the Table service used to execute the request. This header is returned for requests made against version 2009-09-19 and above. */
|
|
182
|
+
version?: string;
|
|
183
|
+
/** UTC date/time value generated by the service that indicates the time at which the response was initiated. */
|
|
184
|
+
date?: Date;
|
|
185
|
+
}
|
|
186
|
+
/** Defines headers for Table_delete operation. */
|
|
187
|
+
export interface TableDeleteExceptionHeaders {
|
|
188
|
+
errorCode?: string;
|
|
189
|
+
}
|
|
190
|
+
/** Defines headers for Table_queryEntities operation. */
|
|
191
|
+
export interface TableQueryEntitiesHeaders {
|
|
192
|
+
/** If a client request id header is sent in the request, this header will be present in the response with the same value. */
|
|
193
|
+
clientRequestId?: string;
|
|
194
|
+
/** This header uniquely identifies the request that was made and can be used for troubleshooting the request. */
|
|
195
|
+
requestId?: string;
|
|
196
|
+
/** Indicates the version of the Table service used to execute the request. This header is returned for requests made against version 2009-09-19 and above. */
|
|
197
|
+
version?: string;
|
|
198
|
+
/** UTC date/time value generated by the service that indicates the time at which the response was initiated. */
|
|
199
|
+
date?: Date;
|
|
200
|
+
/** This header contains the continuation token value for partition key. */
|
|
201
|
+
xMsContinuationNextPartitionKey?: string;
|
|
202
|
+
/** This header contains the continuation token value for row key. */
|
|
203
|
+
xMsContinuationNextRowKey?: string;
|
|
204
|
+
}
|
|
205
|
+
/** Defines headers for Table_queryEntities operation. */
|
|
206
|
+
export interface TableQueryEntitiesExceptionHeaders {
|
|
207
|
+
errorCode?: string;
|
|
208
|
+
}
|
|
209
|
+
/** Defines headers for Table_queryEntitiesWithPartitionAndRowKey operation. */
|
|
210
|
+
export interface TableQueryEntitiesWithPartitionAndRowKeyHeaders {
|
|
211
|
+
/** If a client request id header is sent in the request, this header will be present in the response with the same value. */
|
|
212
|
+
clientRequestId?: string;
|
|
213
|
+
/** This header uniquely identifies the request that was made and can be used for troubleshooting the request. */
|
|
214
|
+
requestId?: string;
|
|
215
|
+
/** Indicates the version of the Table service used to execute the request. This header is returned for requests made against version 2009-09-19 and above. */
|
|
216
|
+
version?: string;
|
|
217
|
+
/** UTC date/time value generated by the service that indicates the time at which the response was initiated. */
|
|
218
|
+
date?: Date;
|
|
219
|
+
/** UTC date/time value generated by the service that indicates the time at which the response was initiated */
|
|
220
|
+
etag?: string;
|
|
221
|
+
/** This header contains the continuation token value for partition key. */
|
|
222
|
+
xMsContinuationNextPartitionKey?: string;
|
|
223
|
+
/** This header contains the continuation token value for row key. */
|
|
224
|
+
xMsContinuationNextRowKey?: string;
|
|
225
|
+
}
|
|
226
|
+
/** Defines headers for Table_queryEntitiesWithPartitionAndRowKey operation. */
|
|
227
|
+
export interface TableQueryEntitiesWithPartitionAndRowKeyExceptionHeaders {
|
|
228
|
+
errorCode?: string;
|
|
229
|
+
}
|
|
230
|
+
/** Defines headers for Table_updateEntity operation. */
|
|
231
|
+
export interface TableUpdateEntityHeaders {
|
|
232
|
+
/** If a client request id header is sent in the request, this header will be present in the response with the same value. */
|
|
233
|
+
clientRequestId?: string;
|
|
234
|
+
/** This header uniquely identifies the request that was made and can be used for troubleshooting the request. */
|
|
235
|
+
requestId?: string;
|
|
236
|
+
/** Indicates the version of the Table service used to execute the request. This header is returned for requests made against version 2009-09-19 and above. */
|
|
237
|
+
version?: string;
|
|
238
|
+
/** UTC date/time value generated by the service that indicates the time at which the response was initiated. */
|
|
239
|
+
date?: Date;
|
|
240
|
+
/** UTC date/time value generated by the service that indicates the time at which the entity was last updated. */
|
|
241
|
+
etag?: string;
|
|
242
|
+
}
|
|
243
|
+
/** Defines headers for Table_updateEntity operation. */
|
|
244
|
+
export interface TableUpdateEntityExceptionHeaders {
|
|
245
|
+
errorCode?: string;
|
|
246
|
+
}
|
|
247
|
+
/** Defines headers for Table_mergeEntity operation. */
|
|
248
|
+
export interface TableMergeEntityHeaders {
|
|
249
|
+
/** If a client request id header is sent in the request, this header will be present in the response with the same value. */
|
|
250
|
+
clientRequestId?: string;
|
|
251
|
+
/** This header uniquely identifies the request that was made and can be used for troubleshooting the request. */
|
|
252
|
+
requestId?: string;
|
|
253
|
+
/** Indicates the version of the Table service used to execute the request. This header is returned for requests made against version 2009-09-19 and above. */
|
|
254
|
+
version?: string;
|
|
255
|
+
/** UTC date/time value generated by the service that indicates the time at which the response was initiated. */
|
|
256
|
+
date?: Date;
|
|
257
|
+
/** UTC date/time value generated by the service that indicates the time at which the entity was last updated. */
|
|
258
|
+
etag?: string;
|
|
259
|
+
}
|
|
260
|
+
/** Defines headers for Table_mergeEntity operation. */
|
|
261
|
+
export interface TableMergeEntityExceptionHeaders {
|
|
262
|
+
errorCode?: string;
|
|
263
|
+
}
|
|
264
|
+
/** Defines headers for Table_deleteEntity operation. */
|
|
265
|
+
export interface TableDeleteEntityHeaders {
|
|
266
|
+
/** If a client request id header is sent in the request, this header will be present in the response with the same value. */
|
|
267
|
+
clientRequestId?: string;
|
|
268
|
+
/** This header uniquely identifies the request that was made and can be used for troubleshooting the request. */
|
|
269
|
+
requestId?: string;
|
|
270
|
+
/** Indicates the version of the Table service used to execute the request. This header is returned for requests made against version 2009-09-19 and above. */
|
|
271
|
+
version?: string;
|
|
272
|
+
/** UTC date/time value generated by the service that indicates the time at which the response was initiated. */
|
|
273
|
+
date?: Date;
|
|
274
|
+
}
|
|
275
|
+
/** Defines headers for Table_deleteEntity operation. */
|
|
276
|
+
export interface TableDeleteEntityExceptionHeaders {
|
|
277
|
+
errorCode?: string;
|
|
278
|
+
}
|
|
279
|
+
/** Defines headers for Table_insertEntity operation. */
|
|
280
|
+
export interface TableInsertEntityHeaders {
|
|
281
|
+
/** If a client request id header is sent in the request, this header will be present in the response with the same value. */
|
|
282
|
+
clientRequestId?: string;
|
|
283
|
+
/** This header uniquely identifies the request that was made and can be used for troubleshooting the request. */
|
|
284
|
+
requestId?: string;
|
|
285
|
+
/** Indicates the version of the Table service used to execute the request. This header is returned for requests made against version 2009-09-19 and above. */
|
|
286
|
+
version?: string;
|
|
287
|
+
/** UTC date/time value generated by the service that indicates the time at which the response was initiated. */
|
|
288
|
+
date?: Date;
|
|
289
|
+
/** UTC date/time value generated by the service that indicates the time at which the entity was last updated. */
|
|
290
|
+
etag?: string;
|
|
291
|
+
/** Indicates whether the Prefer request header was honored. If the response does not include this header, then the Prefer header was not honored. If this header is returned, its value will either be return-content or return-no-content. */
|
|
292
|
+
preferenceApplied?: string;
|
|
293
|
+
/** Indicates the content type of the payload. The value depends on the value specified for the Accept request header. */
|
|
294
|
+
contentType?: string;
|
|
295
|
+
}
|
|
296
|
+
/** Defines headers for Table_insertEntity operation. */
|
|
297
|
+
export interface TableInsertEntityExceptionHeaders {
|
|
298
|
+
errorCode?: string;
|
|
299
|
+
}
|
|
300
|
+
/** Defines headers for Table_getAccessPolicy operation. */
|
|
301
|
+
export interface TableGetAccessPolicyHeaders {
|
|
302
|
+
/** If a client request id header is sent in the request, this header will be present in the response with the same value. */
|
|
303
|
+
clientRequestId?: string;
|
|
304
|
+
/** This header uniquely identifies the request that was made and can be used for troubleshooting the request. */
|
|
305
|
+
requestId?: string;
|
|
306
|
+
/** Indicates the version of the Table service used to execute the request. This header is returned for requests made against version 2009-09-19 and above. */
|
|
307
|
+
version?: string;
|
|
308
|
+
/** UTC date/time value generated by the service that indicates the time at which the response was initiated. */
|
|
309
|
+
date?: Date;
|
|
310
|
+
}
|
|
311
|
+
/** Defines headers for Table_getAccessPolicy operation. */
|
|
312
|
+
export interface TableGetAccessPolicyExceptionHeaders {
|
|
313
|
+
errorCode?: string;
|
|
314
|
+
}
|
|
315
|
+
/** Defines headers for Table_setAccessPolicy operation. */
|
|
316
|
+
export interface TableSetAccessPolicyHeaders {
|
|
317
|
+
/** If a client request id header is sent in the request, this header will be present in the response with the same value. */
|
|
318
|
+
clientRequestId?: string;
|
|
319
|
+
/** This header uniquely identifies the request that was made and can be used for troubleshooting the request. */
|
|
320
|
+
requestId?: string;
|
|
321
|
+
/** Indicates the version of the Table service used to execute the request. This header is returned for requests made against version 2009-09-19 and above. */
|
|
322
|
+
version?: string;
|
|
323
|
+
/** UTC date/time value generated by the service that indicates the time at which the response was initiated. */
|
|
324
|
+
date?: Date;
|
|
325
|
+
}
|
|
326
|
+
/** Defines headers for Table_setAccessPolicy operation. */
|
|
327
|
+
export interface TableSetAccessPolicyExceptionHeaders {
|
|
328
|
+
errorCode?: string;
|
|
329
|
+
}
|
|
330
|
+
/** Defines headers for Service_setProperties operation. */
|
|
331
|
+
export interface ServiceSetPropertiesHeaders {
|
|
332
|
+
/** If a client request id header is sent in the request, this header will be present in the response with the same value. */
|
|
333
|
+
clientRequestId?: string;
|
|
334
|
+
/** This header uniquely identifies the request that was made and can be used for troubleshooting the request. */
|
|
335
|
+
requestId?: string;
|
|
336
|
+
/** Indicates the version of the Table service used to execute the request. This header is returned for requests made against version 2009-09-19 and above. */
|
|
337
|
+
version?: string;
|
|
338
|
+
}
|
|
339
|
+
/** Defines headers for Service_setProperties operation. */
|
|
340
|
+
export interface ServiceSetPropertiesExceptionHeaders {
|
|
341
|
+
errorCode?: string;
|
|
342
|
+
}
|
|
343
|
+
/** Defines headers for Service_getProperties operation. */
|
|
344
|
+
export interface ServiceGetPropertiesHeaders {
|
|
345
|
+
/** If a client request id header is sent in the request, this header will be present in the response with the same value. */
|
|
346
|
+
clientRequestId?: string;
|
|
347
|
+
/** This header uniquely identifies the request that was made and can be used for troubleshooting the request. */
|
|
348
|
+
requestId?: string;
|
|
349
|
+
/** Indicates the version of the Table service used to execute the request. This header is returned for requests made against version 2009-09-19 and above. */
|
|
350
|
+
version?: string;
|
|
351
|
+
}
|
|
352
|
+
/** Defines headers for Service_getProperties operation. */
|
|
353
|
+
export interface ServiceGetPropertiesExceptionHeaders {
|
|
354
|
+
errorCode?: string;
|
|
355
|
+
}
|
|
356
|
+
/** Defines headers for Service_getStatistics operation. */
|
|
357
|
+
export interface ServiceGetStatisticsHeaders {
|
|
358
|
+
/** If a client request id header is sent in the request, this header will be present in the response with the same value. */
|
|
359
|
+
clientRequestId?: string;
|
|
360
|
+
/** This header uniquely identifies the request that was made and can be used for troubleshooting the request. */
|
|
361
|
+
requestId?: string;
|
|
362
|
+
/** Indicates the version of the Table service used to execute the request. This header is returned for requests made against version 2009-09-19 and above. */
|
|
363
|
+
version?: string;
|
|
364
|
+
/** UTC date/time value generated by the service that indicates the time at which the response was initiated. */
|
|
365
|
+
date?: Date;
|
|
366
|
+
}
|
|
367
|
+
/** Defines headers for Service_getStatistics operation. */
|
|
368
|
+
export interface ServiceGetStatisticsExceptionHeaders {
|
|
369
|
+
errorCode?: string;
|
|
370
|
+
}
|
|
371
|
+
/** Parameter group */
|
|
372
|
+
export interface QueryOptions {
|
|
373
|
+
/** Specifies the media type for the response. */
|
|
374
|
+
format?: OdataMetadataFormat;
|
|
375
|
+
/** Maximum number of records to return. */
|
|
376
|
+
top?: number;
|
|
377
|
+
/** Select expression using OData notation. Limits the columns on each record to just those requested, e.g. "$select=PolicyAssignmentId, ResourceId". */
|
|
378
|
+
select?: string;
|
|
379
|
+
/** OData filter expression. */
|
|
380
|
+
filter?: string;
|
|
381
|
+
}
|
|
382
|
+
/** Known values of {@link OdataMetadataFormat} that the service accepts. */
|
|
383
|
+
export declare enum KnownOdataMetadataFormat {
|
|
384
|
+
ApplicationJsonOdataNometadata = "application/json;odata=nometadata",
|
|
385
|
+
ApplicationJsonOdataMinimalmetadata = "application/json;odata=minimalmetadata",
|
|
386
|
+
ApplicationJsonOdataFullmetadata = "application/json;odata=fullmetadata"
|
|
387
|
+
}
|
|
388
|
+
/**
|
|
389
|
+
* Defines values for OdataMetadataFormat. \
|
|
390
|
+
* {@link KnownOdataMetadataFormat} can be used interchangeably with OdataMetadataFormat,
|
|
391
|
+
* this enum contains the known values that the service supports.
|
|
392
|
+
* ### Known values supported by the service
|
|
393
|
+
* **application\/json;odata=nometadata** \
|
|
394
|
+
* **application\/json;odata=minimalmetadata** \
|
|
395
|
+
* **application\/json;odata=fullmetadata**
|
|
396
|
+
*/
|
|
397
|
+
export type OdataMetadataFormat = string;
|
|
398
|
+
/** Known values of {@link ResponseFormat} that the service accepts. */
|
|
399
|
+
export declare enum KnownResponseFormat {
|
|
400
|
+
ReturnNoContent = "return-no-content",
|
|
401
|
+
ReturnContent = "return-content"
|
|
402
|
+
}
|
|
403
|
+
/**
|
|
404
|
+
* Defines values for ResponseFormat. \
|
|
405
|
+
* {@link KnownResponseFormat} can be used interchangeably with ResponseFormat,
|
|
406
|
+
* this enum contains the known values that the service supports.
|
|
407
|
+
* ### Known values supported by the service
|
|
408
|
+
* **return-no-content** \
|
|
409
|
+
* **return-content**
|
|
410
|
+
*/
|
|
411
|
+
export type ResponseFormat = string;
|
|
412
|
+
/** Known values of {@link GeoReplicationStatusType} that the service accepts. */
|
|
413
|
+
export declare enum KnownGeoReplicationStatusType {
|
|
414
|
+
Live = "live",
|
|
415
|
+
Bootstrap = "bootstrap",
|
|
416
|
+
Unavailable = "unavailable"
|
|
417
|
+
}
|
|
418
|
+
/**
|
|
419
|
+
* Defines values for GeoReplicationStatusType. \
|
|
420
|
+
* {@link KnownGeoReplicationStatusType} can be used interchangeably with GeoReplicationStatusType,
|
|
421
|
+
* this enum contains the known values that the service supports.
|
|
422
|
+
* ### Known values supported by the service
|
|
423
|
+
* **live** \
|
|
424
|
+
* **bootstrap** \
|
|
425
|
+
* **unavailable**
|
|
426
|
+
*/
|
|
427
|
+
export type GeoReplicationStatusType = string;
|
|
428
|
+
/** Optional parameters. */
|
|
429
|
+
export interface TableQueryOptionalParams extends coreClient.OperationOptions {
|
|
430
|
+
/** Parameter group */
|
|
431
|
+
queryOptions?: QueryOptions;
|
|
432
|
+
/** Provides a client-generated, opaque value with a 1 KB character limit that is recorded in the analytics logs when analytics logging is enabled. */
|
|
433
|
+
requestId?: string;
|
|
434
|
+
/** A table query continuation token from a previous call. */
|
|
435
|
+
nextTableName?: string;
|
|
436
|
+
}
|
|
437
|
+
/** Contains response data for the query operation. */
|
|
438
|
+
export type TableQueryOperationResponse = TableQueryHeaders & TableQueryResponse;
|
|
439
|
+
/** Optional parameters. */
|
|
440
|
+
export interface TableCreateOptionalParams extends coreClient.OperationOptions {
|
|
441
|
+
/** Parameter group */
|
|
442
|
+
queryOptions?: QueryOptions;
|
|
443
|
+
/** Provides a client-generated, opaque value with a 1 KB character limit that is recorded in the analytics logs when analytics logging is enabled. */
|
|
444
|
+
requestId?: string;
|
|
445
|
+
/** Specifies whether the response should include the inserted entity in the payload. Possible values are return-no-content and return-content. */
|
|
446
|
+
responsePreference?: ResponseFormat;
|
|
447
|
+
}
|
|
448
|
+
/** Contains response data for the create operation. */
|
|
449
|
+
export type TableCreateResponse = TableCreateHeaders & TableResponse;
|
|
450
|
+
/** Optional parameters. */
|
|
451
|
+
export interface TableDeleteOptionalParams extends coreClient.OperationOptions {
|
|
452
|
+
/** Provides a client-generated, opaque value with a 1 KB character limit that is recorded in the analytics logs when analytics logging is enabled. */
|
|
453
|
+
requestId?: string;
|
|
454
|
+
}
|
|
455
|
+
/** Contains response data for the delete operation. */
|
|
456
|
+
export type TableDeleteResponse = TableDeleteHeaders;
|
|
457
|
+
/** Optional parameters. */
|
|
458
|
+
export interface TableQueryEntitiesOptionalParams extends coreClient.OperationOptions {
|
|
459
|
+
/** Parameter group */
|
|
460
|
+
queryOptions?: QueryOptions;
|
|
461
|
+
/** Provides a client-generated, opaque value with a 1 KB character limit that is recorded in the analytics logs when analytics logging is enabled. */
|
|
462
|
+
requestId?: string;
|
|
463
|
+
/** The timeout parameter is expressed in seconds. */
|
|
464
|
+
timeout?: number;
|
|
465
|
+
/** An entity query continuation token from a previous call. */
|
|
466
|
+
nextPartitionKey?: string;
|
|
467
|
+
/** An entity query continuation token from a previous call. */
|
|
468
|
+
nextRowKey?: string;
|
|
469
|
+
}
|
|
470
|
+
/** Contains response data for the queryEntities operation. */
|
|
471
|
+
export type TableQueryEntitiesResponse = TableQueryEntitiesHeaders & TableEntityQueryResponse;
|
|
472
|
+
/** Optional parameters. */
|
|
473
|
+
export interface TableQueryEntitiesWithPartitionAndRowKeyOptionalParams extends coreClient.OperationOptions {
|
|
474
|
+
/** Parameter group */
|
|
475
|
+
queryOptions?: QueryOptions;
|
|
476
|
+
/** Provides a client-generated, opaque value with a 1 KB character limit that is recorded in the analytics logs when analytics logging is enabled. */
|
|
477
|
+
requestId?: string;
|
|
478
|
+
/** The timeout parameter is expressed in seconds. */
|
|
479
|
+
timeout?: number;
|
|
480
|
+
}
|
|
481
|
+
/** Contains response data for the queryEntitiesWithPartitionAndRowKey operation. */
|
|
482
|
+
export type TableQueryEntitiesWithPartitionAndRowKeyResponse = TableQueryEntitiesWithPartitionAndRowKeyHeaders & {
|
|
483
|
+
[propertyName: string]: any;
|
|
484
|
+
};
|
|
485
|
+
/** Optional parameters. */
|
|
486
|
+
export interface TableUpdateEntityOptionalParams extends coreClient.OperationOptions {
|
|
487
|
+
/** Parameter group */
|
|
488
|
+
queryOptions?: QueryOptions;
|
|
489
|
+
/** Provides a client-generated, opaque value with a 1 KB character limit that is recorded in the analytics logs when analytics logging is enabled. */
|
|
490
|
+
requestId?: string;
|
|
491
|
+
/** The timeout parameter is expressed in seconds. */
|
|
492
|
+
timeout?: number;
|
|
493
|
+
/** The properties for the table entity. */
|
|
494
|
+
tableEntityProperties?: {
|
|
495
|
+
[propertyName: string]: any;
|
|
496
|
+
};
|
|
497
|
+
/** Match condition for an entity to be updated. If specified and a matching entity is not found, an error will be raised. To force an unconditional update, set to the wildcard character (*). If not specified, an insert will be performed when no existing entity is found to update and a replace will be performed if an existing entity is found. */
|
|
498
|
+
ifMatch?: string;
|
|
499
|
+
}
|
|
500
|
+
/** Contains response data for the updateEntity operation. */
|
|
501
|
+
export type TableUpdateEntityResponse = TableUpdateEntityHeaders;
|
|
502
|
+
/** Optional parameters. */
|
|
503
|
+
export interface TableMergeEntityOptionalParams extends coreClient.OperationOptions {
|
|
504
|
+
/** Parameter group */
|
|
505
|
+
queryOptions?: QueryOptions;
|
|
506
|
+
/** Provides a client-generated, opaque value with a 1 KB character limit that is recorded in the analytics logs when analytics logging is enabled. */
|
|
507
|
+
requestId?: string;
|
|
508
|
+
/** The timeout parameter is expressed in seconds. */
|
|
509
|
+
timeout?: number;
|
|
510
|
+
/** The properties for the table entity. */
|
|
511
|
+
tableEntityProperties?: {
|
|
512
|
+
[propertyName: string]: any;
|
|
513
|
+
};
|
|
514
|
+
/** Match condition for an entity to be updated. If specified and a matching entity is not found, an error will be raised. To force an unconditional update, set to the wildcard character (*). If not specified, an insert will be performed when no existing entity is found to update and a merge will be performed if an existing entity is found. */
|
|
515
|
+
ifMatch?: string;
|
|
516
|
+
}
|
|
517
|
+
/** Contains response data for the mergeEntity operation. */
|
|
518
|
+
export type TableMergeEntityResponse = TableMergeEntityHeaders;
|
|
519
|
+
/** Optional parameters. */
|
|
520
|
+
export interface TableDeleteEntityOptionalParams extends coreClient.OperationOptions {
|
|
521
|
+
/** Parameter group */
|
|
522
|
+
queryOptions?: QueryOptions;
|
|
523
|
+
/** Provides a client-generated, opaque value with a 1 KB character limit that is recorded in the analytics logs when analytics logging is enabled. */
|
|
524
|
+
requestId?: string;
|
|
525
|
+
/** The timeout parameter is expressed in seconds. */
|
|
526
|
+
timeout?: number;
|
|
527
|
+
}
|
|
528
|
+
/** Contains response data for the deleteEntity operation. */
|
|
529
|
+
export type TableDeleteEntityResponse = TableDeleteEntityHeaders;
|
|
530
|
+
/** Optional parameters. */
|
|
531
|
+
export interface TableInsertEntityOptionalParams extends coreClient.OperationOptions {
|
|
532
|
+
/** Parameter group */
|
|
533
|
+
queryOptions?: QueryOptions;
|
|
534
|
+
/** Provides a client-generated, opaque value with a 1 KB character limit that is recorded in the analytics logs when analytics logging is enabled. */
|
|
535
|
+
requestId?: string;
|
|
536
|
+
/** Specifies whether the response should include the inserted entity in the payload. Possible values are return-no-content and return-content. */
|
|
537
|
+
responsePreference?: ResponseFormat;
|
|
538
|
+
/** The timeout parameter is expressed in seconds. */
|
|
539
|
+
timeout?: number;
|
|
540
|
+
/** The properties for the table entity. */
|
|
541
|
+
tableEntityProperties?: {
|
|
542
|
+
[propertyName: string]: any;
|
|
543
|
+
};
|
|
544
|
+
}
|
|
545
|
+
/** Contains response data for the insertEntity operation. */
|
|
546
|
+
export type TableInsertEntityResponse = TableInsertEntityHeaders & {
|
|
547
|
+
[propertyName: string]: any;
|
|
548
|
+
};
|
|
549
|
+
/** Optional parameters. */
|
|
550
|
+
export interface TableGetAccessPolicyOptionalParams extends coreClient.OperationOptions {
|
|
551
|
+
/** Provides a client-generated, opaque value with a 1 KB character limit that is recorded in the analytics logs when analytics logging is enabled. */
|
|
552
|
+
requestId?: string;
|
|
553
|
+
/** The timeout parameter is expressed in seconds. */
|
|
554
|
+
timeout?: number;
|
|
555
|
+
}
|
|
556
|
+
/** Contains response data for the getAccessPolicy operation. */
|
|
557
|
+
export type TableGetAccessPolicyResponse = TableGetAccessPolicyHeaders & SignedIdentifier[];
|
|
558
|
+
/** Optional parameters. */
|
|
559
|
+
export interface TableSetAccessPolicyOptionalParams extends coreClient.OperationOptions {
|
|
560
|
+
/** Provides a client-generated, opaque value with a 1 KB character limit that is recorded in the analytics logs when analytics logging is enabled. */
|
|
561
|
+
requestId?: string;
|
|
562
|
+
/** The timeout parameter is expressed in seconds. */
|
|
563
|
+
timeout?: number;
|
|
564
|
+
/** The acls for the table. */
|
|
565
|
+
tableAcl?: SignedIdentifier[];
|
|
566
|
+
}
|
|
567
|
+
/** Contains response data for the setAccessPolicy operation. */
|
|
568
|
+
export type TableSetAccessPolicyResponse = TableSetAccessPolicyHeaders;
|
|
569
|
+
/** Optional parameters. */
|
|
570
|
+
export interface ServiceSetPropertiesOptionalParams extends coreClient.OperationOptions {
|
|
571
|
+
/** Provides a client-generated, opaque value with a 1 KB character limit that is recorded in the analytics logs when analytics logging is enabled. */
|
|
572
|
+
requestId?: string;
|
|
573
|
+
/** The timeout parameter is expressed in seconds. */
|
|
574
|
+
timeout?: number;
|
|
575
|
+
}
|
|
576
|
+
/** Contains response data for the setProperties operation. */
|
|
577
|
+
export type ServiceSetPropertiesResponse = ServiceSetPropertiesHeaders;
|
|
578
|
+
/** Optional parameters. */
|
|
579
|
+
export interface ServiceGetPropertiesOptionalParams extends coreClient.OperationOptions {
|
|
580
|
+
/** Provides a client-generated, opaque value with a 1 KB character limit that is recorded in the analytics logs when analytics logging is enabled. */
|
|
581
|
+
requestId?: string;
|
|
582
|
+
/** The timeout parameter is expressed in seconds. */
|
|
583
|
+
timeout?: number;
|
|
584
|
+
}
|
|
585
|
+
/** Contains response data for the getProperties operation. */
|
|
586
|
+
export type ServiceGetPropertiesResponse = ServiceGetPropertiesHeaders & TableServiceProperties;
|
|
587
|
+
/** Optional parameters. */
|
|
588
|
+
export interface ServiceGetStatisticsOptionalParams extends coreClient.OperationOptions {
|
|
589
|
+
/** Provides a client-generated, opaque value with a 1 KB character limit that is recorded in the analytics logs when analytics logging is enabled. */
|
|
590
|
+
requestId?: string;
|
|
591
|
+
/** The timeout parameter is expressed in seconds. */
|
|
592
|
+
timeout?: number;
|
|
593
|
+
}
|
|
594
|
+
/** Contains response data for the getStatistics operation. */
|
|
595
|
+
export type ServiceGetStatisticsResponse = ServiceGetStatisticsHeaders & TableServiceStats;
|
|
596
|
+
/** Optional parameters. */
|
|
597
|
+
export interface GeneratedClientOptionalParams extends coreClient.ServiceClientOptions {
|
|
598
|
+
/** Specifies the version of the operation to use for this request. */
|
|
599
|
+
version?: string;
|
|
600
|
+
/** Overrides client endpoint. */
|
|
601
|
+
endpoint?: string;
|
|
602
|
+
}
|
|
603
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/generated/models/index.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/*
|
|
3
|
+
* Copyright (c) Microsoft Corporation.
|
|
4
|
+
* Licensed under the MIT License.
|
|
5
|
+
*
|
|
6
|
+
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
7
|
+
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
8
|
+
*/
|
|
9
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
10
|
+
exports.KnownGeoReplicationStatusType = exports.KnownResponseFormat = exports.KnownOdataMetadataFormat = void 0;
|
|
11
|
+
/** Known values of {@link OdataMetadataFormat} that the service accepts. */
|
|
12
|
+
var KnownOdataMetadataFormat;
|
|
13
|
+
(function (KnownOdataMetadataFormat) {
|
|
14
|
+
KnownOdataMetadataFormat["ApplicationJsonOdataNometadata"] = "application/json;odata=nometadata";
|
|
15
|
+
KnownOdataMetadataFormat["ApplicationJsonOdataMinimalmetadata"] = "application/json;odata=minimalmetadata";
|
|
16
|
+
KnownOdataMetadataFormat["ApplicationJsonOdataFullmetadata"] = "application/json;odata=fullmetadata";
|
|
17
|
+
})(KnownOdataMetadataFormat || (exports.KnownOdataMetadataFormat = KnownOdataMetadataFormat = {}));
|
|
18
|
+
/** Known values of {@link ResponseFormat} that the service accepts. */
|
|
19
|
+
var KnownResponseFormat;
|
|
20
|
+
(function (KnownResponseFormat) {
|
|
21
|
+
KnownResponseFormat["ReturnNoContent"] = "return-no-content";
|
|
22
|
+
KnownResponseFormat["ReturnContent"] = "return-content";
|
|
23
|
+
})(KnownResponseFormat || (exports.KnownResponseFormat = KnownResponseFormat = {}));
|
|
24
|
+
/** Known values of {@link GeoReplicationStatusType} that the service accepts. */
|
|
25
|
+
var KnownGeoReplicationStatusType;
|
|
26
|
+
(function (KnownGeoReplicationStatusType) {
|
|
27
|
+
KnownGeoReplicationStatusType["Live"] = "live";
|
|
28
|
+
KnownGeoReplicationStatusType["Bootstrap"] = "bootstrap";
|
|
29
|
+
KnownGeoReplicationStatusType["Unavailable"] = "unavailable";
|
|
30
|
+
})(KnownGeoReplicationStatusType || (exports.KnownGeoReplicationStatusType = KnownGeoReplicationStatusType = {}));
|
|
31
|
+
//# sourceMappingURL=index.js.map
|