Show / Hide Table of Contents

    Class PgShardConnectionOptions<TShard>

    This options class contains the shard dataset configuration information.

    Inheritance
    System.Object
    PgShardConnectionOptions<TShard>
    Implements
    IShardSetsConfigurationOptions<TShard>
    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: ArgentSea.Pg
    Assembly: ArgentSea.Pg.dll
    Syntax
    public class PgShardConnectionOptions<TShard> : IShardSetsConfigurationOptions<TShard> where TShard : IComparable
    Type Parameters
    Name Description
    TShard

    Properties

    | Improve this Doc View Source

    PgShardSets

    Declaration
    public PgShardConnectionOptions<TShard>.PgShardConnectionsConfiguration[] PgShardSets { get; set; }
    Property Value
    Type Description
    PgShardConnectionOptions.PgShardConnectionsConfiguration<>[]
    | Improve this Doc View Source

    ShardSetsConfigInternal

    Declaration
    public IShardSetConnectionsConfiguration<TShard>[] ShardSetsConfigInternal { get; }
    Property Value
    Type Description
    IShardSetConnectionsConfiguration<TShard>[]

    Implements

    IShardSetsConfigurationOptions<TShard>
    • Improve this Doc
    • View Source
    Back to top Generated by DocFX