Table of Contents

Class ColumnEncryptionProperties

Namespace
ParquetSharp
Assembly
ParquetSharp.dll

Properties related to encrypting one specific column.

public sealed class ColumnEncryptionProperties : IDisposable
Inheritance
ColumnEncryptionProperties
Implements
Inherited Members

Properties

ColumnPath

public string ColumnPath { get; }

Property Value

string

IsEncrypted

public bool IsEncrypted { get; }

Property Value

bool

IsEncryptedWithFooterKey

public bool IsEncryptedWithFooterKey { get; }

Property Value

bool

Key

public byte[] Key { get; }

Property Value

byte[]

KeyMetadata

public string KeyMetadata { get; }

Property Value

string

Methods

DeepClone()

public ColumnEncryptionProperties DeepClone()

Returns

ColumnEncryptionProperties

Dispose()

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

public void Dispose()