Loading...
Searching...
No Matches
Data Structures | Macros | Typedefs
as_key.h File Reference
#include <aerospike/as_bytes.h>
#include <aerospike/as_integer.h>
#include <aerospike/as_error.h>
#include <aerospike/as_string.h>
#include <aerospike/as_status.h>
+ Include dependency graph for as_key.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  as_digest
 
struct  as_key
 
union  as_key_value
 

Macros

#define AS_DIGEST_VALUE_SIZE   20
 
#define AS_NAMESPACE_MAX_SIZE   32
 
#define AS_SET_MAX_SIZE   64
 

Typedefs

typedef uint8_t as_digest_value[AS_DIGEST_VALUE_SIZE]
 
typedef char as_namespace[AS_NAMESPACE_MAX_SIZE]
 
typedef char as_set[AS_SET_MAX_SIZE]
 

Macro Definition Documentation

◆ AS_DIGEST_VALUE_SIZE

#define AS_DIGEST_VALUE_SIZE   20

The size of as_digest.value

Definition at line 36 of file as_key.h.

◆ AS_NAMESPACE_MAX_SIZE

#define AS_NAMESPACE_MAX_SIZE   32

The maxium size of as_namespace.

Definition at line 41 of file as_key.h.

◆ AS_SET_MAX_SIZE

#define AS_SET_MAX_SIZE   64

The maxium size of as_set.

Definition at line 46 of file as_key.h.

Typedef Documentation

◆ as_digest_value

typedef uint8_t as_digest_value[AS_DIGEST_VALUE_SIZE]

Digest value

Definition at line 65 of file as_key.h.

◆ as_namespace

typedef char as_namespace[AS_NAMESPACE_MAX_SIZE]

Namespace Name

Definition at line 55 of file as_key.h.

◆ as_set

typedef char as_set[AS_SET_MAX_SIZE]

Set Name

Definition at line 60 of file as_key.h.