LogSinkTransferMode class
Determines how log messages shall be transfered to the log sink host STORE_AND_UPLOAD is the default option. Log messages will be written to files (one file per hour), which will be synchronized with the log sync host once it is available. STREAM is an option that can be used if hosts shall livestream their log messages to the log sink host. This allows to stream the logs in realtime to the log sink host, however log messages will get lost if there currently is no connection to the log sink host
- Inheritance
-
- Object
- ProtobufEnum
- LogSinkTransferMode
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- name → String
-
This enum's name, as specified in the .proto file.
finalinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- value → int
-
This enum's integer value, as specified in the .proto file.
finalinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
Returns this enum's
name
or thevalue
if names are not represented.inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
valueOf(
int value) → LogSinkTransferMode?
Constants
- STORE_AND_UPLOAD → const LogSinkTransferMode
- STREAM → const LogSinkTransferMode
-
values
→ const List<
LogSinkTransferMode>