Batch record results.
Inheritance Hierarchy
Aerospike.ClientBatchResults
Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 5.0.0.0 (5.0.0)
Syntax
C#
public sealed class BatchResults
The BatchResults type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | BatchResults |
Constructor.
|
Fields
Name | Description | |
---|---|---|
![]() | records |
Record results.
|
![]() | status |
Indicates if all records returned success.
|
See Also