Class Collection
Value object representing a collection
Methods summary
public
|
|
public static
|
|
public static
string
|
|
public
|
|
public
string
|
|
public
string
|
|
public
string
|
|
public
array
|
|
public
|
|
public
boolean
|
|
public
mixed
|
|
public
|
|
public
string
|
|
public
|
|
public
string
|
|
public
|
|
public
integer
|
|
public
|
|
public
array
|
|
public
|
|
public
boolean
|
|
public
|
|
public
integer
|
|
public
|
|
public
boolean
|
|
public
|
|
public
boolean
|
|
public
|
|
public
integer
|
|
public
|
|
public
array
|
Constants summary
string |
ENTRY_ID
Collection id index |
#
'id'
|
string |
ENTRY_NAME
Collection name index |
#
'name'
|
string |
ENTRY_TYPE
Collection type index |
#
'type'
|
string |
ENTRY_WAIT_SYNC
Collection 'waitForSync' index |
#
'waitForSync'
|
string |
ENTRY_JOURNAL_SIZE
Collection 'journalSize' index |
#
'journalSize'
|
string |
ENTRY_STATUS
Collection 'status' index |
#
'status'
|
string |
ENTRY_KEY_OPTIONS
Collection 'keyOptions' index |
#
'keyOptions'
|
string |
ENTRY_IS_SYSTEM
Collection 'isSystem' index |
#
'isSystem'
|
string |
ENTRY_IS_VOLATILE
Collection 'isVolatile' index |
#
'isVolatile'
|
string |
ENTRY_NUMBER_OF_SHARDS
Collection 'numberOfShards' index |
#
'numberOfShards'
|
string |
ENTRY_SHARD_KEYS
Collection 'shardKeys' index |
#
'shardKeys'
|
string |
OPTION_PROPERTIES
properties option |
#
'properties'
|
integer |
TYPE_DOCUMENT
document collection type |
#
2
|
integer |
TYPE_EDGE
edge collection type |
#
3
|
integer |
STATUS_NEW_BORN
New born collection |
#
1
|
integer |
STATUS_UNLOADED
Unloaded collection |
#
2
|
integer |
STATUS_LOADED
Loaded collection |
#
3
|
integer |
STATUS_BEING_UNLOADED
Collection being unloaded |
#
4
|
integer |
STATUS_DELETED
Deleted collection |
#
5
|