Interface ISSTFileOptions

interface ISSTFileOptions {
    compression: CompressionFlag;
    customHashFunction: null | HashFunction<availableDataTypeForHash>;
    dataType: dataType;
    doBatchValidation: boolean;
    encoding: EncodingFlag;
    keyDataType: dataType;
    kvCount: number;
    kvPerPage: number;
    path: string;
}

Hierarchy (view full)

Properties

compression: CompressionFlag
customHashFunction: null | HashFunction<availableDataTypeForHash>
dataType: dataType
doBatchValidation: boolean
encoding: EncodingFlag
keyDataType: dataType
kvCount: number
kvPerPage: number
path: string