RowBuffer Constructors
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
RowBuffer(Int32, ISpanResizer<Byte>) | |
RowBuffer(Span<Byte>, HybridRowVersion, LayoutResolver, ISpanResizer<Byte>) |
RowBuffer(Int32, ISpanResizer<Byte>)
public RowBuffer (int capacity, Microsoft.Azure.Cosmos.Serialization.HybridRow.ISpanResizer<byte> resizer = default);
new Microsoft.Azure.Cosmos.Serialization.HybridRow.RowBuffer : int * Microsoft.Azure.Cosmos.Serialization.HybridRow.ISpanResizer<byte> -> Microsoft.Azure.Cosmos.Serialization.HybridRow.RowBuffer
Public Sub New (capacity As Integer, Optional resizer As ISpanResizer(Of Byte) = Nothing)
Parameters
- capacity
- Int32
- resizer
- ISpanResizer<Byte>
Applies to
RowBuffer(Span<Byte>, HybridRowVersion, LayoutResolver, ISpanResizer<Byte>)
public RowBuffer (Span<byte> buffer, Microsoft.Azure.Cosmos.Serialization.HybridRow.HybridRowVersion version, Microsoft.Azure.Cosmos.Serialization.HybridRow.Layouts.LayoutResolver resolver, Microsoft.Azure.Cosmos.Serialization.HybridRow.ISpanResizer<byte> resizer = default);
new Microsoft.Azure.Cosmos.Serialization.HybridRow.RowBuffer : Span<byte> * Microsoft.Azure.Cosmos.Serialization.HybridRow.HybridRowVersion * Microsoft.Azure.Cosmos.Serialization.HybridRow.Layouts.LayoutResolver * Microsoft.Azure.Cosmos.Serialization.HybridRow.ISpanResizer<byte> -> Microsoft.Azure.Cosmos.Serialization.HybridRow.RowBuffer
Public Sub New (buffer As Span(Of Byte), version As HybridRowVersion, resolver As LayoutResolver, Optional resizer As ISpanResizer(Of Byte) = Nothing)
Parameters
- version
- HybridRowVersion
- resolver
- LayoutResolver
- resizer
- ISpanResizer<Byte>
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