Show / Hide Table of Contents

Enum RocksDBInstanceType

Represent 's instance type. can be instantiated as primary, read-only, or secondary. Please refer a RocksDB's document for more details.

Namespace: Libplanet.RocksDBStore
Assembly: Libplanet.RocksDBStore.dll
Syntax
public enum RocksDBInstanceType : int

Fields

Name Description
Primary

Primary instance.

ReadOnly

ReadOnly instance.

Secondary

Secondary instance.

  • Improve this Doc
  • View Source
In This Article
Back to top Copyright © 2018–2023 Planetarium