Class DecryptionConfiguration
- Namespace
- ParquetSharp.Encryption
- Assembly
- ParquetSharp.dll
Configures how data should be decrypted when reading a ParquetFile with a KMS
public sealed class DecryptionConfiguration : IDisposable
- Inheritance
-
DecryptionConfiguration
- Implements
- Inherited Members
Constructors
DecryptionConfiguration()
Create a new DecryptionConfiguration
public DecryptionConfiguration()
Properties
CacheLifetimeSeconds
Lifetime of cached entities (key encryption keys, local wrapping keys, KMS client objects) in seconds.
public double CacheLifetimeSeconds { get; set; }
Property Value
Methods
Dispose()
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
public void Dispose()