Kinetic C/C++ Client
 All Classes Functions Variables Pages
Public Attributes | List of all members
kinetic::Scope Struct Reference

The permissions apply to keys that have value at offset. For example, if offset is 0 and value is "log_server" the user will have the specified permissions over keys "log_server:today" and "log_server:yesterday" but not "user_profile:123". More...

#include <acls.h>

Collaboration diagram for kinetic::Scope:
Collaboration graph
[legend]

Public Attributes

int64_t offset
 
std::string value
 
std::list< Permission > permissions
 The operations the user can perform on the specified key range.
 

Detailed Description

The permissions apply to keys that have value at offset. For example, if offset is 0 and value is "log_server" the user will have the specified permissions over keys "log_server:today" and "log_server:yesterday" but not "user_profile:123".

Definition at line 34 of file acls.h.


The documentation for this struct was generated from the following file: