Policy attributes used for info commands.
Inheritance Hierarchy
Aerospike.ClientInfoPolicy
Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 5.1.1.0 (5.1.1)
Syntax
C#
public sealed class InfoPolicy
The InfoPolicy type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | InfoPolicy |
Default constructor. Default is one second timeout.
|
![]() | InfoPolicy(InfoPolicy) |
Copy timeout from other InfoPolicy.
|
![]() | InfoPolicy(Policy) |
Copy timeout from generic Policy to InfoPolicy.
|
Fields
Name | Description | |
---|---|---|
![]() | timeout |
Info command socket timeout in milliseconds.
Default: 1000 |
See Also