EncryptionServices interface

A list of services that support encryption.

Properties

blob

The encryption function of the blob storage service.

file

The encryption function of the file storage service.

queue

The encryption function of the queue storage service.

table

The encryption function of the table storage service.

Property Details

blob

The encryption function of the blob storage service.

blob?: EncryptionService

Property Value

file

The encryption function of the file storage service.

file?: EncryptionService

Property Value

queue

The encryption function of the queue storage service.

queue?: EncryptionService

Property Value

table

The encryption function of the table storage service.

table?: EncryptionService

Property Value