ClusterConfiguration
Namespace: FoundationDB.Client.Status · class
Implements: MetricsBase, IJsonSerializable, IJsonPackable, IEquatable<MetricsBase>, IEquatable<ClusterConfiguration>
Properties
BackupWorkerEnabled
int? BackupWorkerEnabled { get; }
BlobGranulesEnabled
int? BlobGranulesEnabled { get; }
CommitProxies
int? CommitProxies { get; }
CoordinatorsCount
int CoordinatorsCount { get; }
EncryptionAtRestMode
string EncryptionAtRestMode { get; }
ExcludedServers
IReadOnlyList<string> ExcludedServers { get; }
GrvProxies
int? GrvProxies { get; }
LogEngine
string LogEngine { get; }
LogSpill
int? LogSpill { get; }
Logs
int? Logs { get; }
PerpetualStorageWiggle
int? PerpetualStorageWiggle { get; }
PerpetualStorageWiggleEngine
string PerpetualStorageWiggleEngine { get; }
PerpetualStorageWiggleLocality
string PerpetualStorageWiggleLocality { get; }
Proxies
int? Proxies { get; }
RedundancyFactor
string RedundancyFactor { get; }
RedundancyMode
string RedundancyMode { get; }
Resolvers
int? Resolvers { get; }
StorageEngine
string StorageEngine { get; }
StorageMigrationType
string StorageMigrationType { get; }
TenantMode
string TenantMode { get; }
UsableRegions
int? UsableRegions { get; }
Methods
<Clone>$
ClusterConfiguration <Clone>$()
Equals
bool Equals(object obj)
bool Equals(MetricsBase other)
bool Equals(ClusterConfiguration other)
GetHashCode
int GetHashCode()
ToString
string ToString()