public class AnalyticsQueryExecution extends Object
| Modifier and Type | Field and Description |
|---|---|
protected Long |
account |
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 has been executed.
|
String |
getExternalId()
The External ID of the query if one had been specified; otherwise null.
|
FailureReason |
getFailureReason()
The reason of the failure if and only if the query has failed, otherwise null.
|
Long |
getId()
A unique identifier for the object.
|
OffsetDateTime |
getProcessingEndTime()
The time at which processing of the query has finished (either successfully or by failure or by cancelation).
|
OffsetDateTime |
getProcessingStartTime()
The time at which processing of the query has started (never null).
|
String |
getQueryString()
The SQL statement which has been submitted for execution.
|
BigDecimal |
getScannedDataInGb()
The amount of data scanned while processing the query (in GB).
|
BigDecimal |
getScannedDataLimit()
The maximal amount of scanned data that this query is allowed to scan.
|
List<Long> |
getSpaces()
The spaces in which the query has been executed.
|
AnalyticsQueryExecutionState |
getState()
The current state of the query execution.
|
int |
hashCode() |
String |
toString() |
protected Long account
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 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 © 2023. All rights reserved.