Package tech.ydb.yoj.databind.schema
Annotation Interface GlobalIndex
Specifies the index for the annotated entity.
Example:
@GlobalIndex(name="views_index", fields = {"name", "type"})
public class Customer { ... }
-
Nested Class Summary
Nested Classes -
Required Element Summary
Required Elements -
Optional Element Summary
Optional Elements
-
Element Details
-
-
type
GlobalIndex.Type typeIndex type- Default:
- GLOBAL
-