PartitionInput class
The structure used to create and update a partition.
Constructors
-
PartitionInput({DateTime? lastAccessTime, DateTime? lastAnalyzedTime, Map<
String, String> ? parameters, StorageDescriptor? storageDescriptor, List<String> ? values})
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- lastAccessTime → DateTime?
-
The last time at which the partition was accessed.
final
- lastAnalyzedTime → DateTime?
-
The last time at which column statistics were computed for this partition.
final
-
parameters
→ Map<
String, String> ? -
These key-value pairs define partition parameters.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- storageDescriptor → StorageDescriptor?
-
Provides information about the physical location where the partition is
stored.
final
-
values
→ List<
String> ? -
The values of the partition. Although this parameter is not required by the
SDK, you must specify this parameter for a valid input.
final
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