46 строки
2.1 KiB
YAML
46 строки
2.1 KiB
YAML
### YamlMime:JavaType
|
|
constructors:
|
|
- fullName: microsoft.servicefabric.actors.ContinuationToken.ContinuationToken(Object marker)
|
|
name: ContinuationToken(Object marker)
|
|
nameWithType: ContinuationToken.ContinuationToken(Object marker)
|
|
parameters:
|
|
- description: <p>used to retrieve the next set of available results. </p>
|
|
name: marker
|
|
type: <xref href="Object?alt=Object&text=Object" data-throw-if-not-resolved="False"/>
|
|
summary: >-
|
|
<p>Initializes a new instance of the <xref uid="" data-throw-if-not-resolved="false" data-raw-source="microsoft.servicefabric.actors.ContinuationToken"></xref> class.</p>
|
|
|
|
<p></p>
|
|
syntax: public ContinuationToken(Object marker)
|
|
uid: microsoft.servicefabric.actors.ContinuationToken.ContinuationToken(Object)
|
|
inheritances:
|
|
- <xref href="java.lang.Object" data-throw-if-not-resolved="False"/>
|
|
- <xref href="Serializable" data-throw-if-not-resolved="False"/>
|
|
methods:
|
|
- fullName: microsoft.servicefabric.actors.ContinuationToken.getMarker()
|
|
name: getMarker()
|
|
nameWithType: ContinuationToken.getMarker()
|
|
returns:
|
|
description: <p>A marker used to fetch the next set of available results. </p>
|
|
type: <xref href="Object?alt=Object&text=Object" data-throw-if-not-resolved="False"/>
|
|
summary: >-
|
|
<p>Gets a marker used to fetch the next set of available results.</p>
|
|
|
|
<p></p>
|
|
syntax: public Object getMarker()
|
|
uid: microsoft.servicefabric.actors.ContinuationToken.getMarker()
|
|
nameWithType: ContinuationToken
|
|
syntax: public class ContinuationToken
|
|
type: class
|
|
uid: microsoft.servicefabric.actors.ContinuationToken
|
|
fullName: microsoft.servicefabric.actors.ContinuationToken
|
|
name: ContinuationToken
|
|
package: microsoft.servicefabric.actors
|
|
summary: >-
|
|
<p>Represents a continuation token for query operations. </p>
|
|
|
|
<p>
|
|
|
|
<b>Remarks:</b>A method that may return a partial set of results via a <xref uid="microsoft.servicefabric.actors.PagedResult" data-throw-if-not-resolved="false" data-raw-source="PagedResult"></xref> object also returns a continuation token in the object, which can be used in a subsequent call to return the next set of available results. </p>
|
|
metadata: {}
|