Class: Google::Cloud::Dataplex::V1::DataDiscoveryResult::ScanStatistics

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/dataplex/v1/data_discovery.rb

Overview

Describes result statistics of a data scan discovery job.

Instance Attribute Summary collapse

Instance Attribute Details

#data_processed_bytes::Integer

Returns The data processed in bytes.

Returns:

  • (::Integer)

    The data processed in bytes.



208
209
210
211
# File 'proto_docs/google/cloud/dataplex/v1/data_discovery.rb', line 208

class ScanStatistics
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#files_excluded::Integer

Returns The number of files excluded.

Returns:

  • (::Integer)

    The number of files excluded.



208
209
210
211
# File 'proto_docs/google/cloud/dataplex/v1/data_discovery.rb', line 208

class ScanStatistics
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#filesets_created::Integer

Returns The number of filesets created.

Returns:

  • (::Integer)

    The number of filesets created.



208
209
210
211
# File 'proto_docs/google/cloud/dataplex/v1/data_discovery.rb', line 208

class ScanStatistics
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#filesets_deleted::Integer

Returns The number of filesets deleted.

Returns:

  • (::Integer)

    The number of filesets deleted.



208
209
210
211
# File 'proto_docs/google/cloud/dataplex/v1/data_discovery.rb', line 208

class ScanStatistics
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#filesets_updated::Integer

Returns The number of filesets updated.

Returns:

  • (::Integer)

    The number of filesets updated.



208
209
210
211
# File 'proto_docs/google/cloud/dataplex/v1/data_discovery.rb', line 208

class ScanStatistics
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#scanned_file_count::Integer

Returns The number of files scanned.

Returns:

  • (::Integer)

    The number of files scanned.



208
209
210
211
# File 'proto_docs/google/cloud/dataplex/v1/data_discovery.rb', line 208

class ScanStatistics
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#tables_created::Integer

Returns The number of tables created.

Returns:

  • (::Integer)

    The number of tables created.



208
209
210
211
# File 'proto_docs/google/cloud/dataplex/v1/data_discovery.rb', line 208

class ScanStatistics
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#tables_deleted::Integer

Returns The number of tables deleted.

Returns:

  • (::Integer)

    The number of tables deleted.



208
209
210
211
# File 'proto_docs/google/cloud/dataplex/v1/data_discovery.rb', line 208

class ScanStatistics
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#tables_updated::Integer

Returns The number of tables updated.

Returns:

  • (::Integer)

    The number of tables updated.



208
209
210
211
# File 'proto_docs/google/cloud/dataplex/v1/data_discovery.rb', line 208

class ScanStatistics
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end