Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 657 Bytes

MetricsLogs.md

File metadata and controls

28 lines (22 loc) · 657 Bytes

OmniCoreClient::MetricsLogs

Properties

Name Type Description Notes
no_of_files Integer [optional]
file_size Float [optional]
noofoperations Integer [optional]
updatedon String [optional]
replay_file_size Float [optional]
export_file_size Float [optional]

Example

require 'omnicore_client'

instance = OmniCoreClient::MetricsLogs.new(
  no_of_files: null,
  file_size: null,
  noofoperations: null,
  updatedon: null,
  replay_file_size: null,
  export_file_size: null
)