Package version:

Interface EncryptionServices

A list of services that support encryption.

interface EncryptionServices {
    blob?: EncryptionService;
    file?: EncryptionService;
    queue?: EncryptionService;
    table?: EncryptionService;
}

Properties

The encryption function of the blob storage service.

The encryption function of the file storage service.

The encryption function of the queue storage service.

The encryption function of the table storage service.