IAsyncClient PropertiesAerospike
The IAsyncClient type exposes the following members.
Properties

  NameDescription
Public propertyBatchPolicyDefault
Default batch policy that is used when batch command policy is null.
(Inherited from IAerospikeClient.)
Public propertyCluster
Cluster associated with this AerospikeClient instance.
(Inherited from IAerospikeClient.)
Public propertyConnected
Return if we are ready to talk to the database server cluster.
(Inherited from IAerospikeClient.)
Public propertyInfoPolicyDefault
Default info policy that is used when info command policy is null.
(Inherited from IAerospikeClient.)
Public propertyNodes
Return array of active server nodes in the cluster.
(Inherited from IAerospikeClient.)
Public propertyQueryPolicyDefault
Default query policy that is used when query command policy is null.
(Inherited from IAerospikeClient.)
Public propertyReadPolicyDefault
Default read policy that is used when read command policy is null.
(Inherited from IAerospikeClient.)
Public propertyScanPolicyDefault
Default scan policy that is used when scan command policy is null.
(Inherited from IAerospikeClient.)
Public propertyWritePolicyDefault
Default write policy that is used when write command policy is null.
(Inherited from IAerospikeClient.)
Back to Top
See Also