CollectionMode
Specifies how a sub-object in a particular message should be persisted.
Content copied to clipboard
elide.model.CollectionMode
Properties
Link copied to clipboard
`COLLECTION` mode stores the specified collection as a sub-collection under the parent document.
Content copied to clipboard
COLLECTION = 1;
Link copied to clipboard
`GROUP` mode stores the specified collection at the root of the data system.
Content copied to clipboard
GROUP = 2;
Link copied to clipboard
`NESTED` mode stores the specified collection within the parent document.
Content copied to clipboard
NESTED = 0;
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
Link copied to clipboard
Returns an array containing the constants of this enum type, in the order they're declared. This method may be used to iterate over the constants.