Segment Constructors

Definition

Overloads

Segment(String, Namespace)
Segment(String, String)
Obsolete.

Segment(String, Namespace)

public Segment (string comment, Microsoft.Azure.Cosmos.Serialization.HybridRow.Schemas.Namespace ns);
new Microsoft.Azure.Cosmos.Serialization.HybridRow.RecordIO.Segment : string * Microsoft.Azure.Cosmos.Serialization.HybridRow.Schemas.Namespace -> Microsoft.Azure.Cosmos.Serialization.HybridRow.RecordIO.Segment
Public Sub New (comment As String, ns As Namespace)

Parameters

comment
String

Applies to

Segment(String, String)

Caution

Use object-model constructor instead.

[System.Obsolete("Use object-model constructor instead.")]
public Segment (string comment, string sdl);
public Segment (string comment, string sdl);
[<System.Obsolete("Use object-model constructor instead.")>]
new Microsoft.Azure.Cosmos.Serialization.HybridRow.RecordIO.Segment : string * string -> Microsoft.Azure.Cosmos.Serialization.HybridRow.RecordIO.Segment
new Microsoft.Azure.Cosmos.Serialization.HybridRow.RecordIO.Segment : string * string -> Microsoft.Azure.Cosmos.Serialization.HybridRow.RecordIO.Segment
Public Sub New (comment As String, sdl As String)

Parameters

comment
String
sdl
String
Attributes

Applies to