87 строки
5.6 KiB
YAML
87 строки
5.6 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.microsoft.azure.documentdb.bulkexecutor.internal.BulkDeleteQuerySpec"
|
|
fullName: "com.microsoft.azure.documentdb.bulkexecutor.internal.BulkDeleteQuerySpec"
|
|
name: "BulkDeleteQuerySpec"
|
|
nameWithType: "BulkDeleteQuerySpec"
|
|
inheritances:
|
|
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
|
|
inheritedClassMethods:
|
|
- classRef: "<xref href=\"java.lang.Object?alt=java.lang.Object&text=Object\" data-throw-if-not-resolved=\"False\" />"
|
|
methodsRef:
|
|
- "<xref href=\"java.lang.Object.clone()?alt=java.lang.Object.clone&text=clone\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.equals(java.lang.Object)?alt=java.lang.Object.equals&text=equals\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.finalize()?alt=java.lang.Object.finalize&text=finalize\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.getClass()?alt=java.lang.Object.getClass&text=getClass\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.hashCode()?alt=java.lang.Object.hashCode&text=hashCode\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.notify()?alt=java.lang.Object.notify&text=notify\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.notifyAll()?alt=java.lang.Object.notifyAll&text=notifyAll\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.toString()?alt=java.lang.Object.toString&text=toString\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.wait()?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.wait(long)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.wait(long,int)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public class **BulkDeleteQuerySpec**"
|
|
constructors:
|
|
- uid: "com.microsoft.azure.documentdb.bulkexecutor.internal.BulkDeleteQuerySpec.BulkDeleteQuerySpec(java.lang.String,java.lang.String,java.lang.String,int)"
|
|
fullName: "com.microsoft.azure.documentdb.bulkexecutor.internal.BulkDeleteQuerySpec.BulkDeleteQuerySpec(String rootSymbol, String filterExpression, String orderByExpression, int limit)"
|
|
name: "BulkDeleteQuerySpec(String rootSymbol, String filterExpression, String orderByExpression, int limit)"
|
|
nameWithType: "BulkDeleteQuerySpec.BulkDeleteQuerySpec(String rootSymbol, String filterExpression, String orderByExpression, int limit)"
|
|
parameters:
|
|
- name: "rootSymbol"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
- name: "filterExpression"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
- name: "orderByExpression"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
- name: "limit"
|
|
type: "<xref href=\"int?alt=int&text=int\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public BulkDeleteQuerySpec(String rootSymbol, String filterExpression, String orderByExpression, int limit)"
|
|
fields:
|
|
- uid: "com.microsoft.azure.documentdb.bulkexecutor.internal.BulkDeleteQuerySpec.filterExpression"
|
|
fullName: "com.microsoft.azure.documentdb.bulkexecutor.internal.BulkDeleteQuerySpec.filterExpression"
|
|
name: "filterExpression"
|
|
nameWithType: "BulkDeleteQuerySpec.filterExpression"
|
|
summary: "Represents the bulk import progress index"
|
|
modifiers:
|
|
- "final"
|
|
field:
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public final String filterExpression"
|
|
desc: "Represents the bulk import progress index"
|
|
- uid: "com.microsoft.azure.documentdb.bulkexecutor.internal.BulkDeleteQuerySpec.limit"
|
|
fullName: "com.microsoft.azure.documentdb.bulkexecutor.internal.BulkDeleteQuerySpec.limit"
|
|
name: "limit"
|
|
nameWithType: "BulkDeleteQuerySpec.limit"
|
|
summary: "Represents the bulk import progress index"
|
|
modifiers:
|
|
- "final"
|
|
field:
|
|
type: "<xref href=\"int?alt=int&text=int\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public final int limit"
|
|
desc: "Represents the bulk import progress index"
|
|
- uid: "com.microsoft.azure.documentdb.bulkexecutor.internal.BulkDeleteQuerySpec.orderByExpression"
|
|
fullName: "com.microsoft.azure.documentdb.bulkexecutor.internal.BulkDeleteQuerySpec.orderByExpression"
|
|
name: "orderByExpression"
|
|
nameWithType: "BulkDeleteQuerySpec.orderByExpression"
|
|
summary: "Represents the bulk import progress index"
|
|
modifiers:
|
|
- "final"
|
|
field:
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public final String orderByExpression"
|
|
desc: "Represents the bulk import progress index"
|
|
- uid: "com.microsoft.azure.documentdb.bulkexecutor.internal.BulkDeleteQuerySpec.rootSymbol"
|
|
fullName: "com.microsoft.azure.documentdb.bulkexecutor.internal.BulkDeleteQuerySpec.rootSymbol"
|
|
name: "rootSymbol"
|
|
nameWithType: "BulkDeleteQuerySpec.rootSymbol"
|
|
summary: "Represents the bulk import progress index"
|
|
modifiers:
|
|
- "final"
|
|
field:
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public final String rootSymbol"
|
|
desc: "Represents the bulk import progress index"
|
|
type: "class"
|
|
metadata: {}
|
|
package: "com.microsoft.azure.documentdb.bulkexecutor.internal"
|
|
artifact: com.microsoft.azure:documentdb-bulkexecutor:2.9.3
|