RecordIOStream.ProduceFuncAsync Delegate
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.
public delegate System.Threading.Tasks.ValueTask<(Microsoft.Azure.Cosmos.Serialization.HybridRow.Result Result, ReadOnlyMemory<byte> Buffer)> RecordIOStream.ProduceFuncAsync(long index);
public delegate System.Threading.Tasks.ValueTask<(Microsoft.Azure.Cosmos.Serialization.HybridRow.Result, ReadOnlyMemory<byte>)> RecordIOStream.ProduceFuncAsync(long index);
type RecordIOStream.ProduceFuncAsync = delegate of int64 -> ValueTask<ValueTuple<Result, ReadOnlyMemory<byte>>>
Public Delegate Function RecordIOStream.ProduceFuncAsync(index As Long) As ValueTask(Of ValueTuple(Of Result, ReadOnlyMemory(Of Byte)))
Parameters
- index
- Int64