26#ifndef ROUTER_SRC_REST_MRS_SRC_MRS_DATABASE_ENTRY_DB_OBJECT_H_
27#define ROUTER_SRC_REST_MRS_SRC_MRS_DATABASE_ENTRY_DB_OBJECT_H_
EnabledType
Definition: entry.h:56
Definition: authorize_manager.h:48
Definition: completion_hash.h:35
Definition: db_object.h:46
std::string name
Definition: db_object.h:52
std::string language
Definition: db_object.h:50
UniversalId content_set_id
Definition: db_object.h:47
uint64_t priority
Definition: db_object.h:49
std::string class_name
Definition: db_object.h:51
std::optional< std::string > options
Definition: db_object.h:53
Definition: db_object.h:56
std::vector< RowGroupOwnership > row_group_security
Definition: db_object.h:82
Format format
Definition: db_object.h:73
std::optional< std::string > metadata
Definition: db_object.h:80
ObjectType type
Definition: db_object.h:71
std::optional< std::string > options
Definition: db_object.h:79
EnabledType enabled
Definition: db_object.h:70
std::string schema_name
Definition: db_object.h:68
std::optional< ContentSetHasObjectDef > content_set_def
Definition: db_object.h:85
Format
Definition: db_object.h:63
@ formatFeed
Definition: db_object.h:63
@ formatMedia
Definition: db_object.h:63
@ formatItem
Definition: db_object.h:63
std::shared_ptr< Object > object_description
Definition: db_object.h:84
bool deleted
Definition: db_object.h:87
std::string name
Definition: db_object.h:67
std::optional< std::string > media_type
Definition: db_object.h:75
UniversalId id
Definition: db_object.h:65
bool requires_authentication
Definition: db_object.h:77
Operation::ValueType crud_operation
Definition: db_object.h:72
std::optional< std::string > auth_stored_procedure
Definition: db_object.h:78
std::optional< uint64_t > items_per_page
Definition: db_object.h:74
bool autodetect_media_type
Definition: db_object.h:76
UniversalId schema_id
Definition: db_object.h:66
std::string request_path
Definition: db_object.h:69
ObjectType
Definition: db_object.h:57
@ k_objectTypeTable
Definition: db_object.h:58
@ k_objectTypeProcedure
Definition: db_object.h:59
@ k_objectTypeScript
Definition: db_object.h:61
@ k_objectTypeFunction
Definition: db_object.h:60
ResultSets fields
Definition: db_object.h:83
int ValueType
Definition: set_operation.h:34
Definition: universal_id.h:45