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 SourcePgShardSets
Declaration
public PgShardConnectionOptions<TShard>.PgShardConnectionsConfiguration[] PgShardSets { get; set; }
Property Value
Type | Description |
---|---|
PgShardConnectionOptions.PgShardConnectionsConfiguration<>[] |
ShardSetsConfigInternal
Declaration
public IShardSetConnectionsConfiguration<TShard>[] ShardSetsConfigInternal { get; }
Property Value
Type | Description |
---|---|
IShardSetConnectionsConfiguration<TShard>[] |