Show / Hide Table of Contents

    Interface IShardSetConnectionsConfiguration<TShard>

    This interface is used by provider specific implementations. It is unlikely that you would implement this in consumer code.

    Namespace: ArgentSea
    Assembly: ArgentSea.dll
    Syntax
    public interface IShardSetConnectionsConfiguration<TShard>
        where TShard : IComparable
    Type Parameters
    Name Description
    TShard

    Properties

    | Improve this Doc View Source

    DefaultShardId

    Declaration
    TShard DefaultShardId { get; set; }
    Property Value
    Type Description
    TShard
    | Improve this Doc View Source

    ReadConfigInternal

    Declaration
    IShardConnectionConfiguration<TShard> ReadConfigInternal { get; }
    Property Value
    Type Description
    IShardConnectionConfiguration<TShard>
    | Improve this Doc View Source

    ShardsConfigInternal

    Declaration
    IShardConnectionConfiguration<TShard>[] ShardsConfigInternal { get; }
    Property Value
    Type Description
    IShardConnectionConfiguration<TShard>[]
    | Improve this Doc View Source

    ShardSetName

    Declaration
    string ShardSetName { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    WriteConfigInternal

    Declaration
    IShardConnectionConfiguration<TShard> WriteConfigInternal { get; }
    Property Value
    Type Description
    IShardConnectionConfiguration<TShard>
    • Improve this Doc
    • View Source
    Back to top Generated by DocFX