Skip to content

Instantly share code, notes, and snippets.

@mesmacosta
Created November 2, 2019 22:10
Show Gist options
  • Select an option

  • Save mesmacosta/005b83af8676afdb9c93b738dfab417a to your computer and use it in GitHub Desktop.

Select an option

Save mesmacosta/005b83af8676afdb9c93b738dfab417a to your computer and use it in GitHub Desktop.
╔════════════════════════╦═════════════════════════════════════════════════════════════════════╦═══════════╗
║ Field ║ Description ║ Mandatory ║
╠════════════════════════╬═════════════════════════════════════════════════════════════════════╬═══════════╗
║ execution_time** ║ Execution time when all stats were collected. ║ Y ║
║ files ║ Number of files found, that matches the prefix. ║ N ║
║ min_file_size ║ Minimum file size found in bytes. ║ N ║
║ max_file_size ║ Maximum file size found in bytes. ║ N ║
║ avg_file_size ║ Average file size found in bytes. ║ N ║
║ total_file_size ║ Total file size found in bytes. ║ N ║
║ first_created_date ║ First time a file was created in the bucket(s). ║ N ║
║ last_created_date ║ Last time a file was created in the bucket(s). ║ N ║
║ last_updated_date ║ Last time a file was updated in the bucket(s). ║ N ║
║ created_files_by_day ║ Number of files created on the same date. ║ N ║
║ updated_files_by_day ║ Number of files updated on the same date. ║ N ║
║ prefix ║ Prefix used to find the files. ║ N ║
║ bucket_prefix ║ When specified at runtime, buckets without this prefix are ignored. ║ N ║
║ buckets_found ║ Number of buckets that matched the prefix. ║ N ║
║ files_by_bucket ║ Number of files found on each bucket. ║ N ║
║ files_by_type ║ Number of files found by file type. ║ N ║
╚════════════════════════╩═════════════════════════════════════════════════════════════════════╩═══════════╝
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment