BulkCollectionsResponse Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The bulk collections response. The response contains two lists that indicate for each collection whether the operation succeeded or failed
public class BulkCollectionsResponse
type BulkCollectionsResponse = class
Public Class BulkCollectionsResponse
- Inheritance
-
BulkCollectionsResponse
Constructors
BulkCollectionsResponse() |
Initializes a new instance of the BulkCollectionsResponse class. |
BulkCollectionsResponse(IList<CollectionsDetails>, IList<CollectionsDetails>) |
Initializes a new instance of the BulkCollectionsResponse class. |
Properties
Failed |
Gets or sets failed collections |
Succeeded |
Gets or sets succeeded collections |
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for .NET