PartitionInput constructor

PartitionInput({
  1. DateTime? lastAccessTime,
  2. DateTime? lastAnalyzedTime,
  3. Map<String, String>? parameters,
  4. StorageDescriptor? storageDescriptor,
  5. List<String>? values,
})

Implementation

PartitionInput({
  this.lastAccessTime,
  this.lastAnalyzedTime,
  this.parameters,
  this.storageDescriptor,
  this.values,
});