Class: UU::OperationalStats::OperationalStats::OperationalStatsTerritoryRecord
- Inherits:
-
UU::OS::REST::DTO
- Object
- UU::OS::REST::DTO
- UU::OperationalStats::OperationalStats::OperationalStatsTerritoryRecord
- Defined in:
- uu_operational_stats-0.1.7/lib/uu/operational_stats/operational_stats/operational_stats_territory_record.rb
Instance Attribute Summary (collapse)
-
- (Object) application_code
Dimension application.
-
- (Object) count
Not nil.
-
- (Object) entity_type
Dimension entity type.
-
- (Object) meta_artifact_code
Dimension meta artifact.
-
- (Object) nonactive_count
Metric count of non-active objects.
-
- (Object) nonactive_size
Metric size of non-active objects.
-
- (Object) size
Not nil.
-
- (Object) territory_uri
Dimension territory.
-
- (Object) time
Not nil.
Method Summary
Methods inherited from UU::OS::REST::DTO
#initialize, #to_hash, #to_json
Constructor Details
This class inherits a constructor from UU::OS::REST::DTO
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class UU::OS::REST::DTO
Instance Attribute Details
- (Object) application_code
Dimension application. Value is application code.
13 14 15 |
# File 'uu_operational_stats-0.1.7/lib/uu/operational_stats/operational_stats/operational_stats_territory_record.rb', line 13 def application_code @application_code end |
- (Object) count
Not nil. Metric count of all objects. It is measured for all entity types OperationalStatsEntityType.
25 26 27 |
# File 'uu_operational_stats-0.1.7/lib/uu/operational_stats/operational_stats/operational_stats_territory_record.rb', line 25 def count @count end |
- (Object) entity_type
Dimension entity type. Value is entity type short code according to OperationalStatsEntityType.
19 20 21 |
# File 'uu_operational_stats-0.1.7/lib/uu/operational_stats/operational_stats/operational_stats_territory_record.rb', line 19 def entity_type @entity_type end |
- (Object) meta_artifact_code
Dimension meta artifact. Value is meta artifact code.
16 17 18 |
# File 'uu_operational_stats-0.1.7/lib/uu/operational_stats/operational_stats/operational_stats_territory_record.rb', line 16 def @meta_artifact_code end |
- (Object) nonactive_count
Metric count of non-active objects. It is measured for entity types artifact (final states), activity (final states), sheet (historical versions), attachment (historical versions), sheetTemplate (historical versions).
36 37 38 |
# File 'uu_operational_stats-0.1.7/lib/uu/operational_stats/operational_stats/operational_stats_territory_record.rb', line 36 def nonactive_count @nonactive_count end |
- (Object) nonactive_size
Metric size of non-active objects. It is measured for entity types activity (final states), sheet (historical versions), attachment (historical versions), sheetTemplate (historical versions).
43 44 45 |
# File 'uu_operational_stats-0.1.7/lib/uu/operational_stats/operational_stats/operational_stats_territory_record.rb', line 43 def nonactive_size @nonactive_size end |
- (Object) size
Not nil. Metric size of all objects. It is measured for all entity types OperationalStatsEntityType.
28 29 30 |
# File 'uu_operational_stats-0.1.7/lib/uu/operational_stats/operational_stats/operational_stats_territory_record.rb', line 28 def size @size end |
- (Object) territory_uri
Dimension territory. Value is canonical UESURI.
10 11 12 |
# File 'uu_operational_stats-0.1.7/lib/uu/operational_stats/operational_stats/operational_stats_territory_record.rb', line 10 def territory_uri @territory_uri end |
- (Object) time
Not nil. Dimension time. Value is time in the ISO 8601 format.
22 23 24 |
# File 'uu_operational_stats-0.1.7/lib/uu/operational_stats/operational_stats/operational_stats_territory_record.rb', line 22 def time @time end |