DataExchange class
A data exchange is a container that lets you share data.
Along with the descriptive information about the data exchange, it contains listings that reference shared datasets.
Constructors
- DataExchange({String? description, String? displayName, String? documentation, String? icon, int? listingCount, String? name, String? primaryContact, SharingEnvironmentConfig? sharingEnvironmentConfig})
- DataExchange.fromJson(Map json_)
Properties
- description ↔ String?
-
Description of the data exchange.
getter/setter pair
- displayName ↔ String?
-
Human-readable display name of the data exchange.
getter/setter pair
- documentation ↔ String?
-
Documentation describing the data exchange.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- icon ↔ String?
-
Base64 encoded image representing the data exchange.
getter/setter pair
-
iconAsBytes
↔ List<
int> -
getter/setter pair
- listingCount ↔ int?
-
Number of listings contained in the data exchange.
getter/setter pair
- name ↔ String?
-
The resource name of the data exchange.
getter/setter pair
- primaryContact ↔ String?
-
Email or URL of the primary point of contact of the data exchange.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
Configurable data sharing environment option for a data exchange.
getter/setter pair
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