Class Constants
Inheritance
System.Object
Constants
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Catalyst.Core.Lib.Config
Assembly: Catalyst.Core.Lib.dll
Syntax
public static class Constants
Properties
| Improve this Doc View SourceCatalystDataDir
Declaration
public static string CatalystDataDir { get; }
Property Value
Type | Description |
---|---|
System.String |
ConfigSubFolder
Declaration
public static string ConfigSubFolder { get; }
Property Value
Type | Description |
---|---|
System.String |
DfsDataSubDir
Declaration
public static string DfsDataSubDir { get; }
Property Value
Type | Description |
---|---|
System.String |
FileTransferChunkSize
The chunk size in bytes
Declaration
public static int FileTransferChunkSize { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
FileTransferExpirySeconds
The expiry minutes of initialization
Declaration
public static int FileTransferExpirySeconds { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
FileTransferMaxChunkReadTries
The maximum chunk read tries
Declaration
public static int FileTransferMaxChunkReadTries { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
FileTransferMaxChunkRetryCount
The maximum chunk retry count
Declaration
public static int FileTransferMaxChunkRetryCount { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
JsonFilePattern
Declaration
public static string JsonFilePattern { get; }
Property Value
Type | Description |
---|---|
System.String |
KeyChainDefaultKeyType
EdDSA Curve type
Declaration
public static string KeyChainDefaultKeyType { get; }
Property Value
Type | Description |
---|---|
System.String |
KeyStoreDataSubDir
Declaration
public static string KeyStoreDataSubDir { get; }
Property Value
Type | Description |
---|---|
System.String |
NumberOfRandomPeers
Number of random peers to provide when processing a GetNeighbourRequest
Declaration
public static int NumberOfRandomPeers { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
SerilogJsonConfigFile
Declaration
public static string SerilogJsonConfigFile { get; }
Property Value
Type | Description |
---|---|
System.String |
Methods
| Improve this Doc View SourceNetworkConfigFile(NetworkType, String)
Declaration
public static string NetworkConfigFile(NetworkType networkType, string overrideNetworkFile = null)
Parameters
Type | Name | Description |
---|---|---|
NetworkType | networkType | |
System.String | overrideNetworkFile |
Returns
Type | Description |
---|---|
System.String |