KeyRange class

Contains a key range. For export jobs, a S3Resource object can have an optional KeyRange value. The length of the range is defined at job creation, and has either an inclusive BeginMarker, an inclusive EndMarker, or both. Ranges are UTF-8 binary sorted.

Constructors

KeyRange({String? beginMarker, String? endMarker})
KeyRange.fromJson(Map<String, dynamic> json)
factory

Properties

beginMarker String?
The key that starts an optional key range for an export job. Ranges are inclusive and UTF-8 binary sorted.
final
endMarker String?
The key that ends an optional key range for an export job. Ranges are inclusive and UTF-8 binary sorted.
final
hashCode int
The hash code for this object.
no setterinherited
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