defaultEncryptionConfiguration property

EncryptionConfiguration? defaultEncryptionConfiguration
getter/setter pair

The default encryption key for all tables in the dataset.

After this property is set, the encryption key of all newly-created tables in the dataset is set to this value unless the table creation request or query explicitly overrides the key.

Implementation

EncryptionConfiguration? defaultEncryptionConfiguration;