Show / Hide Table of Contents

    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 Source

    CatalystDataDir

    Declaration
    public static string CatalystDataDir { get; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    ConfigSubFolder

    Declaration
    public static string ConfigSubFolder { get; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    DfsDataSubDir

    Declaration
    public static string DfsDataSubDir { get; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    FileTransferChunkSize

    The chunk size in bytes

    Declaration
    public static int FileTransferChunkSize { get; }
    Property Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    FileTransferExpirySeconds

    The expiry minutes of initialization

    Declaration
    public static int FileTransferExpirySeconds { get; }
    Property Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    FileTransferMaxChunkReadTries

    The maximum chunk read tries

    Declaration
    public static int FileTransferMaxChunkReadTries { get; }
    Property Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    FileTransferMaxChunkRetryCount

    The maximum chunk retry count

    Declaration
    public static int FileTransferMaxChunkRetryCount { get; }
    Property Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    JsonFilePattern

    Declaration
    public static string JsonFilePattern { get; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    KeyChainDefaultKeyType

    EdDSA Curve type

    Declaration
    public static string KeyChainDefaultKeyType { get; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    KeyStoreDataSubDir

    Declaration
    public static string KeyStoreDataSubDir { get; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    NumberOfRandomPeers

    Number of random peers to provide when processing a GetNeighbourRequest

    Declaration
    public static int NumberOfRandomPeers { get; }
    Property Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    SerilogJsonConfigFile

    Declaration
    public static string SerilogJsonConfigFile { get; }
    Property Value
    Type Description
    System.String

    Methods

    | Improve this Doc View Source

    NetworkConfigFile(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
    • Improve this Doc
    • View Source
    Back to top Copyright © 2019 Catalyst Network