Uses of Annotation Interface
org.gcube.documentstore.records.implementation.RequiredField
Packages that use RequiredField
-
Uses of RequiredField in org.gcube.documentstore.records
Fields in org.gcube.documentstore.records with annotations of type RequiredFieldModifier and TypeFieldDescriptionstatic final StringAggregatedRecord.AGGREGATEDKEY : Indicate that thisRecordis an aggregationstatic final StringRecord.CREATION_TIMEKEY : The instant when theRecordwas created.static final StringAggregatedRecord.END_TIMEKEY : Represent the right end of the time interval covered by thisAggregatedRecord.static final StringRecord.IDKEY : The unique identifier for theRecordThe ID SHOULD automatically created by the implementation class.static final StringAggregatedRecord.OPERATION_COUNTKEY : Indicate The Number ofAggregatedRecordstatic final StringAggregatedRecord.START_TIMEKEY : Represent the left end of the time interval covered by thisAggregatedRecord.