# Functions
GetBlockStorePath returns the filesystem path that is used for the chain block stores.
GetConfigHistoryPath returns the filesystem path that is used for maintaining history of chaincodes collection configurations.
GetFileLockPath returns the filesystem path that is used to create a file lock.
GetHistoryLevelDBPath returns the filesystem path that is used to maintain the history level db.
GetInternalBookkeeperPath returns the filesystem path that is used for bookkeeping the internal stuff by by KVledger (such as expiration time for pvt).
GetInternalQueryLimit exposes the queryLimit variable.
GetLedgerProviderPath returns the filesystem path for storing ledger ledgerProvider contents.
GetMaxBatchUpdateSize exposes the maxBatchUpdateSize variable.
GetMaxBlockfileSize returns maximum size of the block file.
GetMaxDegreeQueryReadsHashing return the maximum degree of the merkle tree for hashes of of range query results for phantom item validation For more details - see description in kvledger/txmgmt/rwset/query_results_helper.go.
GetPvtdataStoreCollElgProcDbBatchesInterval returns the minimum duration (in milliseconds) between writing two consecutive db batches for converting the ineligible missing data entries to eligible missing data entries.
GetPvtdataStoreCollElgProcMaxDbBatchSize returns the maximum db batch size for converting the ineligible missing data entries to eligible missing data entries.
GetPvtdataStorePath returns the filesystem path that is used for permanent storage of private write-sets.
GetPvtdataStorePurgeInterval returns the interval in the terms of number of blocks when the purge for the expired data would be performed.
GetRootPath returns the filesystem path.
GetStateLevelDBPath returns the filesystem path that is used to maintain the state level db.
GetTotalQueryLimit exposes the totalLimit variable.
GetWarmIndexesAfterNBlocks exposes the warmIndexesAfterNBlocks variable.
IsAutoWarmIndexesEnabled exposes the autoWarmIndexes variable.
IsCouchDBEnabled exposes the useCouchDB variable.
IsHistoryDBEnabled exposes the historyDatabase variable.
IsQueryReadsHashingEnabled enables or disables computing of hash of range query results for phantom item validation.