public class DataModelTransaction extends DataModelObject
Modifier and Type | Field and Description |
---|---|
protected Collection<String> |
groupByFields |
protected String |
maxPause |
protected String |
maxSpan |
protected Collection<String> |
objectsToGroup |
Modifier and Type | Method and Description |
---|---|
Collection<String> |
getGroupByFields() |
String |
getMaxPause()
maxPause is the maximum amount of time between two events in a transaction, specified as a string
such as "1m" for one minute or "20s" for twenty seconds.
|
String |
getMaxSpan()
maxSpan is the maximum amount of time (in a Splunk defined format, such as "1m"
for one minute or "20s" for twenty seconds) that a single transaction can span.
|
Collection<String> |
getObjectsToGroup() |
containsField, createLocalAccelerationJob, createLocalAccelerationJob, createPivotSpecification, getAutoExtractedFields, getCalculation, getCalculations, getConstraints, getDataModel, getDisplayName, getField, getFields, getLineage, getName, getParent, getParentName, getQuery, runQuery, runQuery, runQuery, runQuery
protected Collection<String> groupByFields
protected Collection<String> objectsToGroup
protected String maxSpan
protected String maxPause
public Collection<String> getGroupByFields()
public Collection<String> getObjectsToGroup()
public String getMaxSpan()
public String getMaxPause()
Copyright © 2022 Splunk, Inc.. All rights reserved.