All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Data Structures | Enumerations
as_operations.h File Reference
#include <stdbool.h>
#include <stdint.h>
#include <aerospike/as_bin.h>
+ Include dependency graph for as_operations.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  as_binop
 
struct  as_binops
 
struct  as_operations
 

Enumerations

enum  as_operator {
  AS_OPERATOR_WRITE = 0, AS_OPERATOR_READ = 1, AS_OPERATOR_INCR = 2, AS_OPERATOR_PREPEND = 4,
  AS_OPERATOR_APPEND = 5, AS_OPERATOR_TOUCH = 8
}
 

Enumeration Type Documentation

Operation Identifiers

Enumerator
AS_OPERATOR_WRITE 

Update the bin.

AS_OPERATOR_READ 

Return the bin from the cluster.

AS_OPERATOR_INCR 

Increment a bin containing an integer value.

AS_OPERATOR_PREPEND 

Prepend bytes to the bin containing either a string or blob.

AS_OPERATOR_APPEND 

Append bytes to the bin containing either a string or blob.

AS_OPERATOR_TOUCH 

Touch the record's ttl.

Definition at line 30 of file as_operations.h.