QueryTableStatusRequest Class

  • java.lang.Object
    • com.azure.analytics.synapse.artifacts.models.QueryTableStatusRequest

Implements

public final class QueryTableStatusRequest
implements JsonSerializable<QueryTableStatusRequest>

The QueryTableStatusRequest model.

Constructor Summary

Constructor Description
QueryTableStatusRequest()

Creates an instance of QueryTableStatusRequest class.

Method Summary

Modifier and Type Method and Description
static QueryTableStatusRequest fromJson(JsonReader jsonReader)

Reads an instance of QueryTableStatusRequest from the JsonReader.

Object getContinuationToken()

Get the continuationToken property: Continuation token to query table status.

Integer getMaxSegmentCount()

Get the maxSegmentCount property: Max segment count to query table status.

QueryTableStatusRequest setContinuationToken(Object continuationToken)

Set the continuationToken property: Continuation token to query table status.

QueryTableStatusRequest setMaxSegmentCount(Integer maxSegmentCount)

Set the maxSegmentCount property: Max segment count to query table status.

JsonWriter 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:

jsonReader - The JsonReader being read.

Returns:

An instance of QueryTableStatusRequest if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.

Throws:

IOException

- If an error occurs while reading the QueryTableStatusRequest.

getContinuationToken

public Object getContinuationToken()

Get the continuationToken property: Continuation token to query table status.

Returns:

the continuationToken value.

getMaxSegmentCount

public Integer getMaxSegmentCount()

Get the maxSegmentCount property: Max segment count to query table status.

Returns:

the maxSegmentCount value.

setContinuationToken

public QueryTableStatusRequest setContinuationToken(Object continuationToken)

Set the continuationToken property: Continuation token to query table status.

Parameters:

continuationToken - the continuationToken value to set.

Returns:

the QueryTableStatusRequest object itself.

setMaxSegmentCount

public QueryTableStatusRequest setMaxSegmentCount(Integer maxSegmentCount)

Set the maxSegmentCount property: Max segment count to query table status.

Parameters:

maxSegmentCount - the maxSegmentCount value to set.

Returns:

the QueryTableStatusRequest object itself.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

Applies to