Class PgShardConnectionOptions<TShard>.PgShardConnectionsConfiguration
Inheritance
System.Object
PgShardConnectionOptions<TShard>.PgShardConnectionsConfiguration
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 PgShardConnectionsConfiguration : PgConnectionPropertiesBase, INotifyPropertyChanged, IShardSetConnectionsConfiguration<TShard>
Properties
| Improve this Doc View SourceDefaultShardId
Declaration
public TShard DefaultShardId { get; set; }
Property Value
Type | Description |
---|---|
TShard |
Read
Declaration
public PgShardConnectionOptions<TShard>.PgShardConnectionConfiguration Read { get; set; }
Property Value
Type | Description |
---|---|
PgShardConnectionOptions.PgShardConnectionConfiguration<> |
ReadConfigInternal
Declaration
public IShardConnectionConfiguration<TShard> ReadConfigInternal { get; }
Property Value
Type | Description |
---|---|
IShardConnectionConfiguration<TShard> |
Shards
Declaration
public PgShardConnectionOptions<TShard>.PgShardConnectionConfiguration[] Shards { get; set; }
Property Value
Type | Description |
---|---|
PgShardConnectionOptions.PgShardConnectionConfiguration<>[] |
ShardsConfigInternal
Declaration
public IShardConnectionConfiguration<TShard>[] ShardsConfigInternal { get; }
Property Value
Type | Description |
---|---|
IShardConnectionConfiguration<TShard>[] |
ShardSetName
Declaration
public string ShardSetName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Write
Declaration
public PgShardConnectionOptions<TShard>.PgShardConnectionConfiguration Write { get; set; }
Property Value
Type | Description |
---|---|
PgShardConnectionOptions.PgShardConnectionConfiguration<> |
WriteConfigInternal
Declaration
public IShardConnectionConfiguration<TShard> WriteConfigInternal { get; }
Property Value
Type | Description |
---|---|
IShardConnectionConfiguration<TShard> |
Implements
System.ComponentModel.INotifyPropertyChanged