toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() {
  final biglakeConfiguration = this.biglakeConfiguration;
  final cloneDefinition = this.cloneDefinition;
  final clustering = this.clustering;
  final creationTime = this.creationTime;
  final defaultCollation = this.defaultCollation;
  final defaultRoundingMode = this.defaultRoundingMode;
  final description = this.description;
  final encryptionConfiguration = this.encryptionConfiguration;
  final etag = this.etag;
  final expirationTime = this.expirationTime;
  final externalCatalogTableOptions = this.externalCatalogTableOptions;
  final externalDataConfiguration = this.externalDataConfiguration;
  final friendlyName = this.friendlyName;
  final id = this.id;
  final kind = this.kind;
  final labels = this.labels;
  final lastModifiedTime = this.lastModifiedTime;
  final location = this.location;
  final managedTableType = this.managedTableType;
  final materializedView = this.materializedView;
  final materializedViewStatus = this.materializedViewStatus;
  final maxStaleness = this.maxStaleness;
  final model = this.model;
  final numActiveLogicalBytes = this.numActiveLogicalBytes;
  final numActivePhysicalBytes = this.numActivePhysicalBytes;
  final numBytes = this.numBytes;
  final numCurrentPhysicalBytes = this.numCurrentPhysicalBytes;
  final numLongTermBytes = this.numLongTermBytes;
  final numLongTermLogicalBytes = this.numLongTermLogicalBytes;
  final numLongTermPhysicalBytes = this.numLongTermPhysicalBytes;
  final numPartitions = this.numPartitions;
  final numPhysicalBytes = this.numPhysicalBytes;
  final numRows = this.numRows;
  final numTimeTravelPhysicalBytes = this.numTimeTravelPhysicalBytes;
  final numTotalLogicalBytes = this.numTotalLogicalBytes;
  final numTotalPhysicalBytes = this.numTotalPhysicalBytes;
  final partitionDefinition = this.partitionDefinition;
  final rangePartitioning = this.rangePartitioning;
  final replicas = this.replicas;
  final requirePartitionFilter = this.requirePartitionFilter;
  final resourceTags = this.resourceTags;
  final restrictions = this.restrictions;
  final schema = this.schema;
  final selfLink = this.selfLink;
  final snapshotDefinition = this.snapshotDefinition;
  final streamingBuffer = this.streamingBuffer;
  final tableConstraints = this.tableConstraints;
  final tableReference = this.tableReference;
  final tableReplicationInfo = this.tableReplicationInfo;
  final timePartitioning = this.timePartitioning;
  final type = this.type;
  final view = this.view;
  return {
    'biglakeConfiguration': ?biglakeConfiguration,
    'cloneDefinition': ?cloneDefinition,
    'clustering': ?clustering,
    'creationTime': ?creationTime,
    'defaultCollation': ?defaultCollation,
    'defaultRoundingMode': ?defaultRoundingMode,
    'description': ?description,
    'encryptionConfiguration': ?encryptionConfiguration,
    'etag': ?etag,
    'expirationTime': ?expirationTime,
    'externalCatalogTableOptions': ?externalCatalogTableOptions,
    'externalDataConfiguration': ?externalDataConfiguration,
    'friendlyName': ?friendlyName,
    'id': ?id,
    'kind': ?kind,
    'labels': ?labels,
    'lastModifiedTime': ?lastModifiedTime,
    'location': ?location,
    'managedTableType': ?managedTableType,
    'materializedView': ?materializedView,
    'materializedViewStatus': ?materializedViewStatus,
    'maxStaleness': ?maxStaleness,
    'model': ?model,
    'numActiveLogicalBytes': ?numActiveLogicalBytes,
    'numActivePhysicalBytes': ?numActivePhysicalBytes,
    'numBytes': ?numBytes,
    'numCurrentPhysicalBytes': ?numCurrentPhysicalBytes,
    'numLongTermBytes': ?numLongTermBytes,
    'numLongTermLogicalBytes': ?numLongTermLogicalBytes,
    'numLongTermPhysicalBytes': ?numLongTermPhysicalBytes,
    'numPartitions': ?numPartitions,
    'numPhysicalBytes': ?numPhysicalBytes,
    'numRows': ?numRows,
    'numTimeTravelPhysicalBytes': ?numTimeTravelPhysicalBytes,
    'numTotalLogicalBytes': ?numTotalLogicalBytes,
    'numTotalPhysicalBytes': ?numTotalPhysicalBytes,
    'partitionDefinition': ?partitionDefinition,
    'rangePartitioning': ?rangePartitioning,
    'replicas': ?replicas,
    'requirePartitionFilter': ?requirePartitionFilter,
    'resourceTags': ?resourceTags,
    'restrictions': ?restrictions,
    'schema': ?schema,
    'selfLink': ?selfLink,
    'snapshotDefinition': ?snapshotDefinition,
    'streamingBuffer': ?streamingBuffer,
    'tableConstraints': ?tableConstraints,
    'tableReference': ?tableReference,
    'tableReplicationInfo': ?tableReplicationInfo,
    'timePartitioning': ?timePartitioning,
    'type': ?type,
    'view': ?view,
  };
}