public class AnalyticsQueryExecution extends Object
| Modifier and Type | Field and Description |
|---|---|
protected Long |
account |
protected String |
errorMessage |
protected String |
externalId |
protected FailureReason |
failureReason |
protected Long |
id |
protected OffsetDateTime |
processingEndTime |
protected OffsetDateTime |
processingStartTime |
protected String |
queryString |
protected BigDecimal |
scannedDataInGb |
protected BigDecimal |
scannedDataLimit |
protected List<Long> |
spaces |
protected AnalyticsQueryExecutionState |
state |
| Constructor and Description |
|---|
AnalyticsQueryExecution() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Long |
getAccount()
The account in which the query is executed.
|
String |
getErrorMessage()
The error message that describes the reason for the failure of the query execution.
|
String |
getExternalId()
The external ID of the query if one was specified, otherwise null.
|
FailureReason |
getFailureReason()
The reason for the failure of query execution.
|
Long |
getId()
A unique identifier for the object.
|
OffsetDateTime |
getProcessingEndTime()
The date and time when the processing of the query was completed.
|
OffsetDateTime |
getProcessingStartTime()
The date and time when the processing of the query was started.
|
String |
getQueryString()
The SQL statement which has been submitted for execution.
|
BigDecimal |
getScannedDataInGb()
The amount of data that was scanned when processing the query (in GB).
|
BigDecimal |
getScannedDataLimit()
The maximal amount of data that this query is allowed to scan (in GB).
|
List<Long> |
getSpaces()
The spaces in which the query is executed.
|
AnalyticsQueryExecutionState |
getState()
The current state of the query execution.
|
int |
hashCode() |
String |
toString() |
protected Long account
protected String errorMessage
protected String externalId
protected FailureReason failureReason
protected Long id
protected OffsetDateTime processingEndTime
protected OffsetDateTime processingStartTime
protected String queryString
protected BigDecimal scannedDataInGb
protected BigDecimal scannedDataLimit
protected AnalyticsQueryExecutionState state
public Long getAccount()
public String getErrorMessage()
public String getExternalId()
public FailureReason getFailureReason()
public Long getId()
public OffsetDateTime getProcessingEndTime()
public OffsetDateTime getProcessingStartTime()
public String getQueryString()
public BigDecimal getScannedDataInGb()
public BigDecimal getScannedDataLimit()
public List<Long> getSpaces()
public AnalyticsQueryExecutionState getState()
Copyright © 2024. All rights reserved.