Set XDR filter for given datacenter name and namespace. The expression filter indicates
which records XDR should ship to the datacenter.
Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 5.1.1.0 (5.1.1)
Syntax
C#
void SetXDRFilter( InfoPolicy policy, string datacenter, string ns, Expression filter )
Parameters
- policy
- Type: Aerospike.ClientInfoPolicy
info configuration parameters, pass in null for defaults - datacenter
- Type: SystemString
XDR datacenter name - ns
- Type: SystemString
namespace - equivalent to database name - filter
- Type: Aerospike.ClientExpression
expression filter
Exceptions
Exception | Condition |
---|---|
AerospikeException | if command fails |
See Also