pyarrow.parquet_encryption.DecryptionConfiguration

class pyarrow.parquet_encryption.DecryptionConfiguration(cache_lifetime=None, *)

Bases: pyarrow.lib._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).