Delen via


MarkdownHeaderDepth Struct

Definition

Specifies the max header depth that will be considered while grouping markdown content. Default is h6.

public readonly struct MarkdownHeaderDepth : IEquatable<Azure.Search.Documents.Indexes.Models.MarkdownHeaderDepth>
type MarkdownHeaderDepth = struct
Public Structure MarkdownHeaderDepth
Implements IEquatable(Of MarkdownHeaderDepth)
Inheritance
MarkdownHeaderDepth
Implements

Constructors

MarkdownHeaderDepth(String)

Initializes a new instance of MarkdownHeaderDepth.

Properties

H1

Indicates that headers up to a level of h1 will be considered while grouping markdown content.

H2

Indicates that headers up to a level of h2 will be considered while grouping markdown content.

H3

Indicates that headers up to a level of h3 will be considered while grouping markdown content.

H4

Indicates that headers up to a level of h4 will be considered while grouping markdown content.

H5

Indicates that headers up to a level of h5 will be considered while grouping markdown content.

H6

Indicates that headers up to a level of h6 will be considered while grouping markdown content. This is the default.

Methods

Equals(MarkdownHeaderDepth)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Equality(MarkdownHeaderDepth, MarkdownHeaderDepth)

Determines if two MarkdownHeaderDepth values are the same.

Implicit(String to MarkdownHeaderDepth)

Converts a String to a MarkdownHeaderDepth.

Inequality(MarkdownHeaderDepth, MarkdownHeaderDepth)

Determines if two MarkdownHeaderDepth values are not the same.

Applies to