DocumentDbModelFactory.GetDocumentResponse Method
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.
Creates a new instance of GetDocumentResponse(List<DataWithSensitivityLabelInfo>).
public static Azure.Connectors.Sdk.Documentdb.Models.GetDocumentResponse GetDocumentResponse(System.Collections.Generic.List<Azure.Connectors.Sdk.Documentdb.Models.DataWithSensitivityLabelInfo> metadata = default);
static member GetDocumentResponse : System.Collections.Generic.List<Azure.Connectors.Sdk.Documentdb.Models.DataWithSensitivityLabelInfo> -> Azure.Connectors.Sdk.Documentdb.Models.GetDocumentResponse
Public Shared Function GetDocumentResponse (Optional metadata As List(Of DataWithSensitivityLabelInfo) = Nothing) As GetDocumentResponse
Parameters
- metadata
- List<DataWithSensitivityLabelInfo>