azure-docs-sdk-java/docs-ref-autogen/com.microsoft.azure.batch.i...

58 строки
5.1 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.batch.interceptor.PageSizeInterceptor"
fullName: "com.microsoft.azure.batch.interceptor.PageSizeInterceptor"
name: "PageSizeInterceptor"
nameWithType: "PageSizeInterceptor"
summary: "Interceptor which contains a function used to set the maximum page size of a request."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.microsoft.azure.batch.BatchClientBehavior?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.microsoft.azure.batch.interceptor.RequestInterceptor?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "<xref href=\"com.microsoft.azure.batch.interceptor.RequestInterceptor?alt=com.microsoft.azure.batch.interceptor.RequestInterceptor&text=RequestInterceptor\" data-throw-if-not-resolved=\"False\" />"
methodsRef:
- "<xref href=\"com.microsoft.azure.batch.interceptor.RequestInterceptor.handler()?alt=com.microsoft.azure.batch.interceptor.RequestInterceptor.handler&text=handler\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.microsoft.azure.batch.interceptor.RequestInterceptor.withHandler(com.microsoft.azure.batch.interceptor.BatchRequestInterceptHandler)?alt=com.microsoft.azure.batch.interceptor.RequestInterceptor.withHandler&text=withHandler\" data-throw-if-not-resolved=\"False\" />"
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
methodsRef:
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#clone--\">clone</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#equals-java.lang.Object-\">equals</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize--\">finalize</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--\">getClass</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#hashCode--\">hashCode</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--\">notify</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--\">notifyAll</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#toString--\">toString</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-\">wait</a>"
syntax: "public class **PageSizeInterceptor**</br> extends <xref href=\"com.microsoft.azure.batch.interceptor.RequestInterceptor?alt=com.microsoft.azure.batch.interceptor.RequestInterceptor&text=RequestInterceptor\" data-throw-if-not-resolved=\"False\" />"
constructors:
- uid: "com.microsoft.azure.batch.interceptor.PageSizeInterceptor.PageSizeInterceptor(int)"
fullName: "com.microsoft.azure.batch.interceptor.PageSizeInterceptor.PageSizeInterceptor(int pageSize)"
name: "PageSizeInterceptor(int pageSize)"
nameWithType: "PageSizeInterceptor.PageSizeInterceptor(int pageSize)"
summary: "Initializes a new <xref uid=\"com.microsoft.azure.batch.interceptor.PageSizeInterceptor\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PageSizeInterceptor\"></xref> for setting maximum page size of a request."
parameters:
- description: "The maximum number of items to return in a response."
name: "pageSize"
type: "<xref href=\"int?alt=int&text=int\" data-throw-if-not-resolved=\"False\" />"
syntax: "public PageSizeInterceptor(int pageSize)"
desc: "Initializes a new <xref uid=\"com.microsoft.azure.batch.interceptor.PageSizeInterceptor\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PageSizeInterceptor\"></xref> for setting maximum page size of a request."
methods:
- uid: "com.microsoft.azure.batch.interceptor.PageSizeInterceptor.maxResults()"
fullName: "com.microsoft.azure.batch.interceptor.PageSizeInterceptor.maxResults()"
name: "maxResults()"
nameWithType: "PageSizeInterceptor.maxResults()"
summary: "Gets the maximum number of items applied by this <xref uid=\"com.microsoft.azure.batch.interceptor.PageSizeInterceptor\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PageSizeInterceptor\"></xref> instance."
syntax: "public int maxResults()"
desc: "Gets the maximum number of items applied by this <xref uid=\"com.microsoft.azure.batch.interceptor.PageSizeInterceptor\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PageSizeInterceptor\"></xref> instance."
returns:
description: "The maximum number of items to return in a response."
type: "<xref href=\"int?alt=int&text=int\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Interceptor which contains a function used to set the maximum page size of a request. If there are multiple instances of this then the last set wins."
metadata: {}
package: "com.microsoft.azure.batch.interceptor"
artifact: com.microsoft.azure:azure-batch:11.2.0