Class PgShardConnectionOptions<TShard>.PgShardConnectionConfiguration
Inheritance
System.Object
PgShardConnectionOptions<TShard>.PgShardConnectionConfiguration
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 PgShardConnectionConfiguration : PgConnectionPropertiesBase, INotifyPropertyChanged, IShardConnectionConfiguration<TShard>
Properties
| Improve this Doc View SourceReadConnection
Declaration
public PgConnectionConfiguration ReadConnection { get; set; }
Property Value
Type | Description |
---|---|
PgConnectionConfiguration |
ReadConnectionInternal
Declaration
public IDataConnection ReadConnectionInternal { get; }
Property Value
Type | Description |
---|---|
IDataConnection |
ShardId
Declaration
public TShard ShardId { get; set; }
Property Value
Type | Description |
---|---|
TShard |
WriteConnection
Declaration
public PgConnectionConfiguration WriteConnection { get; set; }
Property Value
Type | Description |
---|---|
PgConnectionConfiguration |
WriteConnectionInternal
Declaration
public IDataConnection WriteConnectionInternal { get; }
Property Value
Type | Description |
---|---|
IDataConnection |
Implements
System.ComponentModel.INotifyPropertyChanged