Class ReadonlyKmsConnectionConfig
- Namespace
- ParquetSharp.Encryption
- Assembly
- ParquetSharp.dll
Readonly version of KmsConnectionConfig. This is passed to KmsClient factories
public class ReadonlyKmsConnectionConfig
- Inheritance
-
ReadonlyKmsConnectionConfig
- Inherited Members
Properties
CustomKmsConf
KMS-type-specific configuration
public IReadOnlyDictionary<string, string> CustomKmsConf { get; }
Property Value
KeyAccessToken
Authorization token that will be passed to the KMS
public string KeyAccessToken { get; }
Property Value
KmsInstanceId
ID of the KMS instance that will be used for encryption
public string KmsInstanceId { get; }
Property Value
KmsInstanceUrl
URL of the KMS instance
public string KmsInstanceUrl { get; }