BigtableColumn constructor

BigtableColumn({
  1. String? encoding,
  2. String? fieldName,
  3. bool? onlyReadLatest,
  4. BigtableProtoConfig? protoConfig,
  5. String? qualifierEncoded,
  6. String? qualifierString,
  7. String? type,
})

Implementation

BigtableColumn({
  this.encoding,
  this.fieldName,
  this.onlyReadLatest,
  this.protoConfig,
  this.qualifierEncoded,
  this.qualifierString,
  this.type,
});