StreamBytesOptions class

Constructors

StreamBytesOptions({String? name, String? mimeType, String? topic, List<String> destinationIdentities = const [], Map<String, String> attributes = const {}, String? streamId, int? totalSize, Encryption_Type? encryptionType = Encryption_Type.NONE})

Properties

attributes Map<String, String>
getter/setter pair
destinationIdentities List<String>
getter/setter pair
encryptionType ↔ Encryption_Type?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
mimeType String?
getter/setter pair
name String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
streamId String?
getter/setter pair
topic String?
getter/setter pair
totalSize int?
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited