HistorianConnectionArgs Class Members
- Last UpdatedAug 21, 2026
- 4 minute read
The following tables list the members exposed by HistorianConnectionArgs.
| Name | Description | |
|---|---|---|
![]() | AllowUnTrustedConnection | Gets or sets whether to check for certificate while connecting to Historian. |
![]() | AuthenticationMode | Gets or sets the Historian Authentication using Single Sign On. |
![]() | BandwidthLimit | Gets or sets the maximum network bandwidth, in Kbps, that the Historian Client Access Layer is allowed to consume for this connection. |
![]() | BufferMemory | Gets or sets the size of the data buffer, in MB, that Historian Client Access Layer can use for buffering streamed data before it is sent to the server or the store-and-forward cache. |
![]() | Compression | Gets or sets whether data packets should be compressed during communication with the Historian Server. |
![]() | ConnectionMode | Gets or sets whether GRPC connection to the Historian Server. |
![]() | ConnectionType | Gets or sets the type of the Historian connection, either process or event. |
![]() | ConsoleAccess | Gets or sets whether console access to the Historian Server is requested. |
![]() | Details | Internal use only. |
![]() | HighLatencyNetwork | Gets or sets whether network connection to the Historian Server has high latency. |
![]() | IntegratedSecurity | Gets or sets whether to use current process's credentials for the connection. If set to True, the authentication token of the thread making the OpenConnection() call is used for connecting to the historian. If the authentication token has no access to the historian, then the OpenConnection() call fails. |
![]() | MinStoreForwardDuration | Gets or sets the amount of time, in seconds, that the Historian Client Access Layer should remain in store-and-forward mode before it attempts to reconnect to the Historian Server. |
![]() | PacketTimeout | Gets or sets the amount of time, in milliseconds, that a data packet is held open for additional values before the packet is sent to the Historian Server. |
![]() | Password | Gets or sets the password for connecting to the Historian Server. |
![]() | ProxyServer | Gets or sets proxy server - e.g. "http://104.129.204.40:9480" |
![]() | ReadOnly | Gets or sets whether read-only access to the Historian Server is requested. |
![]() | SecurePassword | Gets or sets the password for connecting to the Historian Server. |
![]() | SecurityInfo | Gets or sets the security mode used to connect to the historian. |
![]() | ServerName | Gets or sets the network name of the AVEVA Historian Server. |
![]() | StoreForwardFreeDiskSpace | Gets or sets the amount of disk space, in MB, that must be remaining on the disk before the Historian Client Access Layer stops accepting new values. |
![]() | StoreForwardPath | Gets or sets the path where the store-and-forward data is locally stored. In the case of an event connection, an event folder will be automatically added to the existing path, thus creating separate store-and-forward folders from process and event data. |
![]() | TcpPort | Gets or sets the TCP port of the Historian Client Access Point. |
![]() | UseArchestrAUser | Gets or sets whether to use ArchestrA user credentials if this option has been configured on the system. |
![]() | UserName | Gets or sets the username for connecting to the Historian Server. |


