LayoutBinary.WriteVariable メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
WriteVariable(RowBuffer, RowCursor, LayoutColumn, Byte[])
public override Microsoft.Azure.Cosmos.Serialization.HybridRow.Result WriteVariable (ref Microsoft.Azure.Cosmos.Serialization.HybridRow.RowBuffer b, ref Microsoft.Azure.Cosmos.Serialization.HybridRow.RowCursor scope, Microsoft.Azure.Cosmos.Serialization.HybridRow.Layouts.LayoutColumn col, byte[] value);
override this.WriteVariable : RowBuffer * RowCursor * Microsoft.Azure.Cosmos.Serialization.HybridRow.Layouts.LayoutColumn * byte[] -> Microsoft.Azure.Cosmos.Serialization.HybridRow.Result
Public Overrides Function WriteVariable (ByRef b As RowBuffer, ByRef scope As RowCursor, col As LayoutColumn, value As Byte()) As Result
パラメーター
- scope
- RowCursor
- col
- LayoutColumn
- value
- Byte[]
戻り値
適用対象
WriteVariable(RowBuffer, RowCursor, LayoutColumn, ReadOnlySequence<Byte>)
public Microsoft.Azure.Cosmos.Serialization.HybridRow.Result WriteVariable (ref Microsoft.Azure.Cosmos.Serialization.HybridRow.RowBuffer b, ref Microsoft.Azure.Cosmos.Serialization.HybridRow.RowCursor scope, Microsoft.Azure.Cosmos.Serialization.HybridRow.Layouts.LayoutColumn col, System.Buffers.ReadOnlySequence<byte> value);
override this.WriteVariable : RowBuffer * RowCursor * Microsoft.Azure.Cosmos.Serialization.HybridRow.Layouts.LayoutColumn * System.Buffers.ReadOnlySequence<byte> -> Microsoft.Azure.Cosmos.Serialization.HybridRow.Result
Public Function WriteVariable (ByRef b As RowBuffer, ByRef scope As RowCursor, col As LayoutColumn, value As ReadOnlySequence(Of Byte)) As Result
パラメーター
- scope
- RowCursor
- col
- LayoutColumn
- value
- ReadOnlySequence<Byte>
戻り値
実装
適用対象
WriteVariable(RowBuffer, RowCursor, LayoutColumn, ReadOnlySpan<Byte>)
public Microsoft.Azure.Cosmos.Serialization.HybridRow.Result WriteVariable (ref Microsoft.Azure.Cosmos.Serialization.HybridRow.RowBuffer b, ref Microsoft.Azure.Cosmos.Serialization.HybridRow.RowCursor scope, Microsoft.Azure.Cosmos.Serialization.HybridRow.Layouts.LayoutColumn col, ReadOnlySpan<byte> value);
override this.WriteVariable : RowBuffer * RowCursor * Microsoft.Azure.Cosmos.Serialization.HybridRow.Layouts.LayoutColumn * ReadOnlySpan<byte> -> Microsoft.Azure.Cosmos.Serialization.HybridRow.Result
Public Function WriteVariable (ByRef b As RowBuffer, ByRef scope As RowCursor, col As LayoutColumn, value As ReadOnlySpan(Of Byte)) As Result
パラメーター
- scope
- RowCursor
- col
- LayoutColumn
- value
- ReadOnlySpan<Byte>
戻り値
実装
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET