azure-docs-sdk-java/docs-ref-autogen/microsoft.servicefabric.act...

93 строки
4.5 KiB
YAML

### YamlMime:JavaType
constructors:
- fullName: microsoft.servicefabric.actors.PagedResult<T>.PagedResult()
name: PagedResult()
nameWithType: PagedResult<T>.PagedResult()
summary: <p>Creates a new instance of <xref uid="microsoft.servicefabric.actors.PagedResult" data-throw-if-not-resolved="false" data-raw-source="PagedResult"></xref>. </p>
syntax: public PagedResult()
uid: microsoft.servicefabric.actors.PagedResult.PagedResult()
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.PagedResult<T>.getContinuationToken()
name: getContinuationToken()
nameWithType: PagedResult<T>.getContinuationToken()
returns:
description: <p>ConinutationToken signifying if the method which returned the <xref uid="microsoft.servicefabric.actors.PagedResult" data-throw-if-not-resolved="false" data-raw-source="PagedResult"></xref> needs to called again to get more results </p>
type: <xref href="microsoft.servicefabric.actors.ContinuationToken?alt=microsoft.servicefabric.actors.ContinuationToken&text=ContinuationToken" data-throw-if-not-resolved="False"/>
summary: >-
<p>Gets a continuation token indicating if more items need to be fetched by calling the method again. </p>
<p>
<b>Remarks:</b>A null value of continuation token means that the result contains all the items and no calls to method needs to be made to fetch more items. </p>
<p></p>
syntax: public ContinuationToken getContinuationToken()
uid: microsoft.servicefabric.actors.PagedResult.getContinuationToken()
- fullName: microsoft.servicefabric.actors.PagedResult<T>.getItems()
name: getItems()
nameWithType: PagedResult<T>.getItems()
returns:
description: <p>Enumerator, which supports a simple iteration over the collection. </p>
type: <xref href="List%3CT%3E?alt=List%3CT%3E&text=List%3CT%3E" data-throw-if-not-resolved="False"/>
summary: >-
<p>Gets Enumerator to iterate over the results.</p>
<p></p>
syntax: public List<T> getItems()
uid: microsoft.servicefabric.actors.PagedResult.getItems()
- fullName: microsoft.servicefabric.actors.PagedResult<T>.getMaxItemsToReturn()
name: getMaxItemsToReturn()
nameWithType: PagedResult<T>.getMaxItemsToReturn()
returns:
description: <p>returns the max number of items to return in query result. </p>
type: <xref href="int?alt=int&text=int" data-throw-if-not-resolved="False"/>
summary: <p>Max number of items to return in Query Result. </p>
syntax: public static int getMaxItemsToReturn()
uid: microsoft.servicefabric.actors.PagedResult.getMaxItemsToReturn()
- fullName: microsoft.servicefabric.actors.PagedResult<T>.setContinuationToken(ContinuationToken token)
name: setContinuationToken(ContinuationToken token)
nameWithType: PagedResult<T>.setContinuationToken(ContinuationToken token)
parameters:
- description: <p>Continuation Token </p>
name: token
type: <xref href="microsoft.servicefabric.actors.ContinuationToken?alt=microsoft.servicefabric.actors.ContinuationToken&text=ContinuationToken" data-throw-if-not-resolved="False"/>
summary: >-
<p>Sets a continuation token indicating if more items need to be fetched by calling the method again.</p>
<p>
<b>Remarks:</b>A null value of continuation token means that the result contains all the items and no calls to method needs to be made to fetch more items. </p>
syntax: public void setContinuationToken(ContinuationToken token)
uid: microsoft.servicefabric.actors.PagedResult.setContinuationToken(ContinuationToken)
- fullName: microsoft.servicefabric.actors.PagedResult<T>.setItems(List<T> items)
name: setItems(List<T> items)
nameWithType: PagedResult<T>.setItems(List<T> items)
parameters:
- description: <p>items </p>
name: items
type: <xref href="List%3CT%3E?alt=List%3CT%3E&text=List%3CT%3E" data-throw-if-not-resolved="False"/>
summary: >-
<p>Sets Enumerator to iterate over the results.</p>
<p></p>
syntax: public void setItems(List<T> items)
uid: microsoft.servicefabric.actors.PagedResult.setItems(List<T>)
nameWithType: PagedResult<T>
syntax: public class PagedResult<T>
type: class
typeParameters:
- description: <p>Type of the items this query result contains. </p>
name: T
uid: microsoft.servicefabric.actors.PagedResult
fullName: microsoft.servicefabric.actors.PagedResult<T>
name: PagedResult<T>
package: microsoft.servicefabric.actors
summary: >-
<p>Represents the result of actor query calls.</p>
<p></p>
metadata: {}