BackgroundExecutePolicyXdr Property

Operate in XDR mode. Some external connectors may need to emulate an XDR client. If enabled, an XDR bit is set for writes in the wire protocol. Default: false.

Definition

Namespace: Aerospike.Client.KVS
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 7.0.0
C#
public bool Xdr { get; set; }

Property Value

Boolean

See Also