EventStream class
Specifies the Event-driven transfer options.
Event-driven transfers listen to an event stream to transfer updated files.
Constructors
- EventStream({String? eventStreamExpirationTime, String? eventStreamStartTime, String? name})
- EventStream.fromJson(Map json_)
Properties
- eventStreamExpirationTime ↔ String?
-
Specifies the data and time at which Storage Transfer Service stops
listening for events from this stream.
getter/setter pair
- eventStreamStartTime ↔ String?
-
Specifies the date and time that Storage Transfer Service starts listening
for events from this stream.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- name ↔ String?
-
Specifies a unique name of the resource such as AWS SQS ARN in the form
'arn:aws:sqs:region:account_id:queue_name', or Pub/Sub subscription
resource name in the form 'projects/{project}/subscriptions/{sub}'.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited