Show / Hide Table of Contents

    Interface IShardConnectionConfiguration<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 IShardConnectionConfiguration<TShard>
        where TShard : IComparable
    Type Parameters
    Name Description
    TShard

    Properties

    | Improve this Doc View Source

    ReadConnectionInternal

    Declaration
    IConnectionConfiguration ReadConnectionInternal { get; }
    Property Value
    Type Description
    IConnectionConfiguration
    | Improve this Doc View Source

    ShardId

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

    WriteConnectionInternal

    Declaration
    IConnectionConfiguration WriteConnectionInternal { get; }
    Property Value
    Type Description
    IConnectionConfiguration
    • Improve this Doc
    • View Source
    Back to top Generated by DocFX