Uses of Class
com.c8db.entity.CollectionPropertiesEntity
-
Packages that use CollectionPropertiesEntity Package Description com.c8db com.c8db.internal -
-
Uses of CollectionPropertiesEntity in com.c8db
Methods in com.c8db that return CollectionPropertiesEntity Modifier and Type Method Description CollectionPropertiesEntityC8Collection. changeProperties(CollectionPropertiesOptions options)Changes the properties of the collectionCollectionPropertiesEntityC8Collection. count()Counts the documents in a collectionCollectionPropertiesEntityC8Collection. count(CollectionCountOptions options)Counts the documents in a collectionCollectionPropertiesEntityC8Collection. getProperties()Reads the properties of the specified collection -
Uses of CollectionPropertiesEntity in com.c8db.internal
Methods in com.c8db.internal that return CollectionPropertiesEntity Modifier and Type Method Description CollectionPropertiesEntityC8CollectionImpl. changeProperties(CollectionPropertiesOptions options)CollectionPropertiesEntityC8CollectionImpl. count()CollectionPropertiesEntityC8CollectionImpl. count(CollectionCountOptions options)CollectionPropertiesEntityC8CollectionImpl. getProperties()
-