FunctionStatsEvent class
Summarize statistics about cloud function invocations.
Signature:
export declare class FunctionStatsEvent
Remarks
The constructor for this class is marked as internal. Third-party code should not call the constructor directly or create subclasses that extend the FunctionStatsEvent
class.
Properties
Property |
Modifiers |
Type |
Description |
---|---|---|---|
|
string |
The name of the cloud function the statistics are about. | |
|
See FunctionStats. |
Methods
Method |
Modifiers |
Description |
---|---|---|
Returns a string summarizing the statistics event. |