AsyncClientProxy Properties

Properties

batchDeletePolicyDefault Default delete policy used in batch delete commands.
(Inherited from AerospikeClientProxy)
BatchDeletePolicyDefault Default delete policy used in batch delete commands.
(Inherited from AerospikeClientProxy)
batchParentPolicyWriteDefault Default parent policy used in batch write commands. Parent policy fields include socketTimeout, totalTimeout, maxRetries, etc...
(Inherited from AerospikeClientProxy)
BatchParentPolicyWriteDefault Default parent policy used in batch write commands. Parent policy fields include socketTimeout, totalTimeout, maxRetries, etc...
(Inherited from AerospikeClientProxy)
batchPolicyDefault Default parent policy used in batch read commands. Parent policy fields include socketTimeout, totalTimeout, maxRetries, etc...
(Inherited from AerospikeClientProxy)
BatchPolicyDefault Default parent policy used in batch read commands.Parent policy fields include socketTimeout, totalTimeout, maxRetries, etc...
(Inherited from AerospikeClientProxy)
batchUDFPolicyDefault Default user defined function policy used in batch UDF excecute commands.
(Inherited from AerospikeClientProxy)
BatchUDFPolicyDefault Default user defined function policy used in batch UDF excecute commands.
(Inherited from AerospikeClientProxy)
batchWritePolicyDefault Default write policy used in batch operate commands. Write policy fields include generation, expiration, durableDelete, etc...
(Inherited from AerospikeClientProxy)
BatchWritePolicyDefault Default write policy used in batch operate commands. Write policy fields include generation, expiration, durableDelete, etc...
(Inherited from AerospikeClientProxy)
Cluster Cluster associated with this AerospikeClient instance.
(Inherited from AerospikeClientProxy)
Connected Return if we are ready to talk to the database server cluster.
(Inherited from AerospikeClientProxy)
Disposed
(Inherited from AerospikeClientProxy)
infoPolicyDefault Default info policy that is used when info command policy is null.
(Inherited from AerospikeClientProxy)
InfoPolicyDefault Default info policy that is used when info command policy is null.
(Inherited from AerospikeClientProxy)
Nodes Return array of active server nodes in the cluster.
(Inherited from AerospikeClientProxy)
queryPolicyDefault Default query policy that is used when query command policy is null.
(Inherited from AerospikeClientProxy)
QueryPolicyDefault Default query policy that is used when query command policy is null.
(Inherited from AerospikeClientProxy)
readPolicyDefault Default read policy that is used when read command policy is null.
(Inherited from AerospikeClientProxy)
ReadPolicyDefault Default read policy that is used when read command policy is null.
(Inherited from AerospikeClientProxy)
scanPolicyDefault Default scan policy that is used when scan command policy is null.
(Inherited from AerospikeClientProxy)
ScanPolicyDefault Default scan policy that is used when scan command policy is null.
(Inherited from AerospikeClientProxy)
writePolicyDefault Default write policy that is used when write command policy is null.
(Inherited from AerospikeClientProxy)
WritePolicyDefault Default write policy that is used when write command policy is null.
(Inherited from AerospikeClientProxy)

See Also