| Package | Description |
|---|---|
| com.arangodb.entity | |
| com.arangodb.internal.velocypack | |
| com.arangodb.model |
| Modifier and Type | Method and Description |
|---|---|
CollectionSchema |
CollectionEntity.getSchema() |
| Modifier and Type | Field and Description |
|---|---|
static com.arangodb.velocypack.VPackSerializer<CollectionSchema> |
VPackSerializers.COLLECTION_VALIDATION |
static com.arangodb.velocypack.VPackDeserializer<CollectionSchema> |
VPackDeserializers.COLLECTION_VALIDATION |
| Modifier and Type | Field and Description |
|---|---|
static CollectionSchema |
CollectionSchema.NULL_SCHEMA
Value to unset the collection schema on properties update
ArangoCollection.changeProperties(CollectionPropertiesOptions). |
| Modifier and Type | Method and Description |
|---|---|
CollectionSchema |
CollectionCreateOptions.getSchema() |
CollectionSchema |
CollectionPropertiesOptions.getSchema() |
CollectionSchema |
CollectionSchema.setLevel(CollectionSchema.Level level) |
CollectionSchema |
CollectionSchema.setMessage(String message) |
CollectionSchema |
CollectionSchema.setRule(String rule) |
| Modifier and Type | Method and Description |
|---|---|
CollectionCreateOptions |
CollectionCreateOptions.schema(CollectionSchema schema) |
CollectionPropertiesOptions |
CollectionPropertiesOptions.schema(CollectionSchema schema) |
CollectionCreateOptions |
CollectionCreateOptions.setSchema(CollectionSchema schema)
Deprecated.
Use
CollectionCreateOptions.schema(CollectionSchema) instead. |
Copyright © 2016–2021 ArangoDB GmbH. All rights reserved.