Class CreateTableRequestDataAttributesFileMetadataOneOfAccessDetailsAzureDetail

Azure Blob Storage access configuration.

Hierarchy

  • CreateTableRequestDataAttributesFileMetadataOneOfAccessDetailsAzureDetail

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any
azureClientId: string

Azure service principal (application) client ID with permissions to read from the container.

azureContainerName: string

Azure Blob Storage container containing the CSV file.

azureStorageAccountName: string

Azure storage account where the container is located.

azureTenantId: string

Azure Active Directory tenant ID.

filePath: string

The relative file path from the Azure container root to the CSV file.

Generated using TypeDoc