Package | Description |
---|---|
com.oracle.bmc.loganalytics.model |
Modifier and Type | Method and Description |
---|---|
FieldsAddRemoveField |
FieldsAddRemoveField.Builder.build() |
Modifier and Type | Method and Description |
---|---|
List<FieldsAddRemoveField> |
ClassifyCommandDescriptor.getCorrelate()
Fields specified in CLASSIFY command in queryString if set include / exclude fields in
correlate results.
|
Modifier and Type | Method and Description |
---|---|
FieldsAddRemoveField.Builder |
FieldsAddRemoveField.Builder.copy(FieldsAddRemoveField model) |
Modifier and Type | Method and Description |
---|---|
ClassifyCommandDescriptor.Builder |
ClassifyCommandDescriptor.Builder.correlate(List<FieldsAddRemoveField> correlate)
Fields specified in CLASSIFY command in queryString if set include / exclude fields in
correlate results.
|
Constructor and Description |
---|
ClassifyCommandDescriptor(String displayQueryString,
String internalQueryString,
String category,
List<AbstractField> referencedFields,
List<AbstractField> declaredFields,
Boolean isHidden,
Integer topCount,
Integer bottomCount,
List<FieldsAddRemoveField> correlate)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.