LayoutUtf8.ReadSparse 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.
Overloads
ReadSparse(RowBuffer, RowCursor, Utf8Span) | |
ReadSparse(RowBuffer, RowCursor, String) |
ReadSparse(RowBuffer, RowCursor, Utf8Span)
public Microsoft.Azure.Cosmos.Serialization.HybridRow.Result ReadSparse (ref Microsoft.Azure.Cosmos.Serialization.HybridRow.RowBuffer b, ref Microsoft.Azure.Cosmos.Serialization.HybridRow.RowCursor edit, out Microsoft.Azure.Cosmos.Core.Utf8.Utf8Span value);
override this.ReadSparse : RowBuffer * RowCursor * Utf8Span -> Microsoft.Azure.Cosmos.Serialization.HybridRow.Result
Public Function ReadSparse (ByRef b As RowBuffer, ByRef edit As RowCursor, ByRef value As Utf8Span) As Result
Parameters
- edit
- RowCursor
- value
- Utf8Span
Returns
Implements
Applies to
ReadSparse(RowBuffer, RowCursor, String)
public override Microsoft.Azure.Cosmos.Serialization.HybridRow.Result ReadSparse (ref Microsoft.Azure.Cosmos.Serialization.HybridRow.RowBuffer b, ref Microsoft.Azure.Cosmos.Serialization.HybridRow.RowCursor edit, out string value);
override this.ReadSparse : RowBuffer * RowCursor * string -> Microsoft.Azure.Cosmos.Serialization.HybridRow.Result
Public Overrides Function ReadSparse (ByRef b As RowBuffer, ByRef edit As RowCursor, ByRef value As String) As Result
Parameters
- edit
- RowCursor
- value
- String
Returns
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