IAerospikeClient.GetHeader(Policy, Key) Method
Read record generation and expiration only for specified key. Bins are not read.
If found, return record instance. If not found, return null.
The policy can be used to specify timeouts.
Namespace: Aerospike.ClientAssembly: AerospikeClient (in AerospikeClient.dll) Version: 8.0.1+e35566e493546c0887ebb841c8e2a2c6a7cbde18
Record GetHeader(
Policy policy,
Key key
)
- policy Policy
- generic configuration parameters, pass in null for defaults
- key Key
- unique record identifier
Record