UsageProject class
Usage Project
Constructors
-
UsageProject.new({required int executionsTotal, required int documentsTotal, required int databasesTotal, required int usersTotal, required int filesStorageTotal, required int bucketsTotal, required List<
Metric> requests, required List<Metric> network, required List<Metric> users, required List<Metric> executions, required List<MetricBreakdown> executionsBreakdown, required List<MetricBreakdown> bucketsBreakdown}) -
UsageProject.fromMap(Map<
String, dynamic> map) -
factory
Properties
-
bucketsBreakdown
→ List<
MetricBreakdown> -
Aggregated breakdown in totals of usage by buckets.
final
- bucketsTotal → int
-
Total aggregated number of buckets.
final
- databasesTotal → int
-
Total aggregated number of databases.
final
- documentsTotal → int
-
Total aggregated number of documents.
final
-
executions
→ List<
Metric> -
Aggregated number of executions per period.
final
-
executionsBreakdown
→ List<
MetricBreakdown> -
Aggregated breakdown in totals of executions by functions.
final
- executionsTotal → int
-
Total aggregated number of function executions.
final
- filesStorageTotal → int
-
Total aggregated sum of files storage size (in bytes).
final
- hashCode → int
-
The hash code for this object.
no setterinherited
-
network
→ List<
Metric> -
Aggregated number of consumed bandwidth per period.
final
-
props
→ List<
Object> -
The list of properties that will be used to determine whether
two instances are equal.
no setter
-
requests
→ List<
Metric> -
Aggregated number of requests per period.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- stringify → bool?
-
If set to
true
, the toString method will be overridden to output this instance's props.no setterinherited -
users
→ List<
Metric> -
Aggregated number of users per period.
final
- usersTotal → int
-
Total aggregated number of users.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toMap(
) → Map< String, dynamic> -
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited