public class BulkDeleteQuerySpec extends Object
| Modifier and Type | Field and Description |
|---|---|
String |
filterExpression
Represents the query filter expression for the BulkDeleteQuerySpec
|
int |
limit
Represents the bulk import progress index
|
String |
orderByExpression
Represents the order by expression for the BulkDeleteQuerySpec
|
String |
rootSymbol
Represents the bulk import progress index
|
com.microsoft.azure.documentdb.SqlParameterCollection |
sqlParameterCollection
Represents the the list of parameters for the SqlQuerySpec to be executed server side
|
| Constructor and Description |
|---|
BulkDeleteQuerySpec(String rootSymbol,
String filterExpression,
String orderByExpression,
com.microsoft.azure.documentdb.SqlParameterCollection sqlParameterCollection,
int limit) |
public final String rootSymbol
public final String filterExpression
public final String orderByExpression
public final com.microsoft.azure.documentdb.SqlParameterCollection sqlParameterCollection
public final int limit
Copyright © 2021. All rights reserved.