次の方法で共有


LayoutUtf8 クラス

定義

public sealed class LayoutUtf8 : Microsoft.Azure.Cosmos.Serialization.HybridRow.Layouts.LayoutType<string>, Microsoft.Azure.Cosmos.Serialization.HybridRow.Layouts.ILayoutUtf8SpanReadable, Microsoft.Azure.Cosmos.Serialization.HybridRow.Layouts.ILayoutUtf8SpanWritable
type LayoutUtf8 = class
    inherit LayoutType<string>
    interface ILayoutUtf8SpanWritable
    interface ILayoutType
    interface ILayoutUtf8SpanReadable
Public NotInheritable Class LayoutUtf8
Inherits LayoutType(Of String)
Implements ILayoutUtf8SpanReadable, ILayoutUtf8SpanWritable
継承
実装

フィールド

Immutable (継承元 LayoutType)
LayoutCode (継承元 LayoutType)
Size (継承元 LayoutType)

プロパティ

AllowVariable (継承元 LayoutType)
IsBool (継承元 LayoutType)
IsFixed
IsNull (継承元 LayoutType)
IsVarint (継承元 LayoutType)
Name

メソッド

DeleteFixed(RowBuffer, RowCursor, LayoutColumn) (継承元 LayoutType<T>)
DeleteSparse(RowBuffer, RowCursor) (継承元 LayoutType<T>)
DeleteVariable(RowBuffer, RowCursor, LayoutColumn) (継承元 LayoutType<T>)
HasValue(RowBuffer, RowCursor, LayoutColumn) (継承元 LayoutType<T>)
ReadFixed(RowBuffer, RowCursor, LayoutColumn, String)
ReadFixed(RowBuffer, RowCursor, LayoutColumn, T) (継承元 LayoutType<T>)
ReadFixed(RowBuffer, RowCursor, LayoutColumn, Utf8Span)
ReadSparse(RowBuffer, RowCursor, String)
ReadSparse(RowBuffer, RowCursor, T) (継承元 LayoutType<T>)
ReadSparse(RowBuffer, RowCursor, Utf8Span)
ReadVariable(RowBuffer, RowCursor, LayoutColumn, String)
ReadVariable(RowBuffer, RowCursor, LayoutColumn, T) (継承元 LayoutType<T>)
ReadVariable(RowBuffer, RowCursor, LayoutColumn, Utf8Span)
TypeAs<T>() (継承元 LayoutType)
WriteFixed(RowBuffer, RowCursor, LayoutColumn, String)
WriteFixed(RowBuffer, RowCursor, LayoutColumn, T) (継承元 LayoutType<T>)
WriteFixed(RowBuffer, RowCursor, LayoutColumn, Utf8Span)
WriteSparse(RowBuffer, RowCursor, String, UpdateOptions)
WriteSparse(RowBuffer, RowCursor, T, UpdateOptions) (継承元 LayoutType<T>)
WriteSparse(RowBuffer, RowCursor, Utf8Span, UpdateOptions)
WriteVariable(RowBuffer, RowCursor, LayoutColumn, String)
WriteVariable(RowBuffer, RowCursor, LayoutColumn, T) (継承元 LayoutType<T>)
WriteVariable(RowBuffer, RowCursor, LayoutColumn, Utf8Span)

適用対象