Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface DirectoryGenerateSasUrlOptions

Package version

Options to configure DataLakeDirectoryClient.generateSasUrl operation.

export
interface

DirectoryGenerateSasUrlOptions

Hierarchy

Index

Properties

Optional cacheControl

cacheControl: undefined | string

Optional. The cache-control header for the SAS.

memberof

CommonGenerateSasUrlOptions

Optional contentDisposition

contentDisposition: undefined | string

Optional. The content-disposition header for the SAS.

memberof

CommonGenerateSasUrlOptions

Optional contentEncoding

contentEncoding: undefined | string

Optional. The content-encoding header for the SAS.

memberof

CommonGenerateSasUrlOptions

Optional contentLanguage

contentLanguage: undefined | string

Optional. The content-language header for the SAS.

memberof

CommonGenerateSasUrlOptions

Optional contentType

contentType: undefined | string

Optional. The content-type header for the SAS.

memberof

CommonGenerateSasUrlOptions

Optional expiresOn

expiresOn: Date

Optional only when identifier is provided. The time after which the SAS will no longer work.

memberof

CommonGenerateSasUrlOptions

Optional identifier

identifier: undefined | string

Optional. The name of the access policy on the container this SAS references if any.

see

https://docs.microsoft.com/en-us/rest/api/storageservices/establishing-a-stored-access-policy

memberof

CommonGenerateSasUrlOptions

Optional ipRange

ipRange: SasIPRange

Optional. IP ranges allowed in this SAS.

memberof

CommonGenerateSasUrlOptions

Optional permissions

Optional only when identifier is provided. Specifies the list of permissions to be associated with the SAS.

memberof

DirectoryGenerateSasUrlOptions

Optional protocol

protocol: SASProtocol

Optional. SAS protocols, HTTPS only or HTTPSandHTTP

memberof

CommonGenerateSasUrlOptions

Optional startsOn

startsOn: Date

Optional. When the SAS will take effect.

memberof

CommonGenerateSasUrlOptions

Optional version

version: undefined | string

The version of the service this SAS will target. If not specified, it will default to the version targeted by the library.

memberof

CommonGenerateSasUrlOptions

Generated using TypeDoc