S3CompatibleMetadata class
S3CompatibleMetadata contains the metadata fields that apply to the basic types of S3-compatible data providers.
Constructors
- S3CompatibleMetadata({String? authMethod, String? listApi, String? protocol, String? requestModel})
- S3CompatibleMetadata.fromJson(Map json_)
Properties
- authMethod ↔ String?
-
Specifies the authentication and authorization method used by the storage
service.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- listApi ↔ String?
-
The Listing API to use for discovering objects.
getter/setter pair
- protocol ↔ String?
-
Specifies the network protocol of the agent.
getter/setter pair
- requestModel ↔ String?
-
Specifies the API request model used to call the storage service.
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