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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET