pyarrow.parquet.encryption.DecryptionConfiguration#

class pyarrow.parquet.encryption.DecryptionConfiguration(cache_lifetime=None, *)#

Bases: _Weakrefable

Configuration of the decryption, such as cache timeout.

__init__(*args, **kwargs)#

Methods

__init__(*args, **kwargs)

Attributes

cache_lifetime

Lifetime of cached entities (key encryption keys, local wrapping keys, KMS client objects).

cache_lifetime#

Lifetime of cached entities (key encryption keys, local wrapping keys, KMS client objects).