Table of Contents

Class ColumnDecryptionProperties

Namespace
ParquetSharp
Assembly
ParquetSharp.dll

Properties related to decrypting one specific column.

public sealed class ColumnDecryptionProperties : IDisposable
Inheritance
ColumnDecryptionProperties
Implements
Inherited Members

Properties

ColumnPath

Get the path of the column to decrypt.

public string ColumnPath { get; }

Property Value

string

Key

Get the key used to decrypt the column.

public byte[] Key { get; }

Property Value

byte[]

Methods

DeepClone()

public ColumnDecryptionProperties DeepClone()

Returns

ColumnDecryptionProperties

Dispose()

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

public void Dispose()