Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 1.16 KB

FsaSettingsSettings.md

File metadata and controls

16 lines (12 loc) · 1.16 KB

FsaSettingsSettings

Properties

Name Type Description Notes
DefaultTemplate string Name of question template to use for new FSA jobs. [optional] [default to null]
DiskUsageDepth int32 Maximum directory depth used for disk_usage question if not specified in the question. [optional] [default to null]
MaxAge int32 Maximum age of non-pinned results in seconds. [optional] [default to null]
MaxCount int32 Maximum number of non-pinned result sets to keep. [optional] [default to null]
SquashDepth int32 Squash depth to use for squash binning questions if not specified in the question. [optional] [default to null]
TopNMax int32 Maximum number of items in a Top-N question result if not specified in the question. [optional] [default to null]
UseSnapshot bool If true, use a snapshot for consistency, otherwise analyze head. [optional] [default to null]

[Back to Model list] [Back to API list] [Back to README]