See: Description
| Interface | Description |
|---|---|
| CosmosPersistentEntity<T> |
Represents a cosmos persistent entity.
|
| CosmosPersistentProperty |
Interface for cosmos persistent property
|
| Class | Description |
|---|---|
| BasicCosmosPersistentEntity<T> |
Simple value object to capture information of
CosmosPersistentPropertys. |
| CosmosMappingContext |
Class to build mapping metadata and thus create instances of
BasicCosmosPersistentEntity and
CosmosPersistentProperty. |
| Annotation Type | Description |
|---|---|
| CompositeIndex |
Annotation for specifying a composite index on CosmosIndexPolicy
|
| CompositeIndexPath |
Annotation for specifying a composite index path
|
| Container |
Annotation for Cosmos Container
|
| CosmosIndexingPolicy |
Annotation for cosmos indexing policy
|
| EnableCosmosAuditing |
Adapted from spring-data-mongodb
|
| GeneratedValue |
Used to specify that an entities id field should generate a value
|
| PartitionKey |
Interface for type partition key
|
Copyright © 2021 Microsoft Corporation. All rights reserved.