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