LayoutBinary.ReadVariable 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
ReadVariable(RowBuffer, RowCursor, LayoutColumn, Byte[]) | |
ReadVariable(RowBuffer, RowCursor, LayoutColumn, ReadOnlySpan<Byte>) |
ReadVariable(RowBuffer, RowCursor, LayoutColumn, Byte[])
public override Microsoft.Azure.Cosmos.Serialization.HybridRow.Result ReadVariable (ref Microsoft.Azure.Cosmos.Serialization.HybridRow.RowBuffer b, ref Microsoft.Azure.Cosmos.Serialization.HybridRow.RowCursor scope, Microsoft.Azure.Cosmos.Serialization.HybridRow.Layouts.LayoutColumn col, out byte[] value);
override this.ReadVariable : RowBuffer * RowCursor * Microsoft.Azure.Cosmos.Serialization.HybridRow.Layouts.LayoutColumn * Byte[] -> Microsoft.Azure.Cosmos.Serialization.HybridRow.Result
Public Overrides Function ReadVariable (ByRef b As RowBuffer, ByRef scope As RowCursor, col As LayoutColumn, ByRef value As Byte()) As Result
Parameters
- scope
- RowCursor
- col
- LayoutColumn
- value
- Byte[]
Returns
Applies to
ReadVariable(RowBuffer, RowCursor, LayoutColumn, ReadOnlySpan<Byte>)
public Microsoft.Azure.Cosmos.Serialization.HybridRow.Result ReadVariable (ref Microsoft.Azure.Cosmos.Serialization.HybridRow.RowBuffer b, ref Microsoft.Azure.Cosmos.Serialization.HybridRow.RowCursor scope, Microsoft.Azure.Cosmos.Serialization.HybridRow.Layouts.LayoutColumn col, out ReadOnlySpan<byte> value);
override this.ReadVariable : RowBuffer * RowCursor * Microsoft.Azure.Cosmos.Serialization.HybridRow.Layouts.LayoutColumn * ReadOnlySpan -> Microsoft.Azure.Cosmos.Serialization.HybridRow.Result
Public Function ReadVariable (ByRef b As RowBuffer, ByRef scope As RowCursor, col As LayoutColumn, ByRef value As ReadOnlySpan(Of Byte)) As Result
Parameters
- scope
- RowCursor
- col
- LayoutColumn
- value
- ReadOnlySpan<Byte>
Returns
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET