QueryTableStatusRequest Class
- java.
lang. Object - com.
azure. analytics. synapse. artifacts. models. QueryTableStatusRequest
- com.
Implements
public final class QueryTableStatusRequest
implements JsonSerializable<QueryTableStatusRequest>
The QueryTableStatusRequest model.
Constructor Summary
| Constructor | Description |
|---|---|
| QueryTableStatusRequest() |
Creates an instance of Query |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Query |
fromJson(JsonReader jsonReader)
Reads an instance of Query |
| Object |
getContinuationToken()
Get the continuation |
| Integer |
getMaxSegmentCount()
Get the max |
|
Query |
setContinuationToken(Object continuationToken)
Set the continuation |
|
Query |
setMaxSegmentCount(Integer maxSegmentCount)
Set the max |
|
Json |
toJson(JsonWriter jsonWriter) |
Methods inherited from java.lang.Object
Constructor Details
QueryTableStatusRequest
public QueryTableStatusRequest()
Creates an instance of QueryTableStatusRequest class.
Method Details
fromJson
public static QueryTableStatusRequest fromJson(JsonReader jsonReader)
Reads an instance of QueryTableStatusRequest from the JsonReader.
Parameters:
Returns:
Throws:
getContinuationToken
public Object getContinuationToken()
Get the continuationToken property: Continuation token to query table status.
Returns:
getMaxSegmentCount
public Integer getMaxSegmentCount()
Get the maxSegmentCount property: Max segment count to query table status.
Returns:
setContinuationToken
public QueryTableStatusRequest setContinuationToken(Object continuationToken)
Set the continuationToken property: Continuation token to query table status.
Parameters:
Returns:
setMaxSegmentCount
public QueryTableStatusRequest setMaxSegmentCount(Integer maxSegmentCount)
Set the maxSegmentCount property: Max segment count to query table status.
Parameters:
Returns: