Enum splunk::search::searchjob::AdHocSearchLevel
source · pub enum AdHocSearchLevel {
Fast,
Smart,
Verbose,
}
Expand description
Set the search level
Variants§
Fast
Fast Mode - Field discovery off for event searches. No event or field data for stats searches.
Smart
Smart Mode - Field discovery on for event searches. No event or field data for stats searches.
Verbose
Verbose Mode - All event & field data.
Trait Implementations§
source§impl Clone for AdHocSearchLevel
impl Clone for AdHocSearchLevel
source§fn clone(&self) -> AdHocSearchLevel
fn clone(&self) -> AdHocSearchLevel
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more