defaultEncryptionConfiguration property

EncryptionConfiguration? defaultEncryptionConfiguration
getter/setter pair

The default encryption key for all tables in the dataset.

Once this property is set, all newly-created partitioned tables in the dataset will have encryption key set to this value, unless table creation request (or query) overrides the key.

Implementation

EncryptionConfiguration? defaultEncryptionConfiguration;