138 строки
7.9 KiB
YAML
138 строки
7.9 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.search.documents.indexes.models.BlobIndexerParsingMode"
|
|
fullName: "com.azure.search.documents.indexes.models.BlobIndexerParsingMode"
|
|
name: "BlobIndexerParsingMode"
|
|
nameWithType: "BlobIndexerParsingMode"
|
|
summary: "Defines values for Blob<wbr>Indexer<wbr>Parsing<wbr>Mode."
|
|
inheritances:
|
|
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"com.azure.core.util.ExpandableStringEnum?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
|
|
inheritedMembers:
|
|
- "com.azure.core.util.ExpandableStringEnum.<T>fromString(java.lang.String,java.lang.Class<T>)"
|
|
- "com.azure.core.util.ExpandableStringEnum.<T>values(java.lang.Class<T>)"
|
|
- "com.azure.core.util.ExpandableStringEnum.equals(java.lang.Object)"
|
|
- "com.azure.core.util.ExpandableStringEnum.hashCode()"
|
|
- "com.azure.core.util.ExpandableStringEnum.toString()"
|
|
- "java.lang.Object.clone()"
|
|
- "java.lang.Object.finalize()"
|
|
- "java.lang.Object.getClass()"
|
|
- "java.lang.Object.notify()"
|
|
- "java.lang.Object.notifyAll()"
|
|
- "java.lang.Object.wait()"
|
|
- "java.lang.Object.wait(long)"
|
|
- "java.lang.Object.wait(long,int)"
|
|
syntax: "public final class BlobIndexerParsingMode extends ExpandableStringEnum<BlobIndexerParsingMode>"
|
|
constructors:
|
|
- uid: "com.azure.search.documents.indexes.models.BlobIndexerParsingMode.BlobIndexerParsingMode()"
|
|
fullName: "com.azure.search.documents.indexes.models.BlobIndexerParsingMode.BlobIndexerParsingMode()"
|
|
name: "BlobIndexerParsingMode()"
|
|
nameWithType: "BlobIndexerParsingMode.BlobIndexerParsingMode()"
|
|
syntax: "public BlobIndexerParsingMode()"
|
|
fields:
|
|
- uid: "com.azure.search.documents.indexes.models.BlobIndexerParsingMode.DEFAULT"
|
|
fullName: "com.azure.search.documents.indexes.models.BlobIndexerParsingMode.DEFAULT"
|
|
name: "DEFAULT"
|
|
nameWithType: "BlobIndexerParsingMode.DEFAULT"
|
|
summary: "Static value default for Blob<wbr>Indexer<wbr>Parsing<wbr>Mode."
|
|
modifiers:
|
|
- "static"
|
|
- "final"
|
|
field:
|
|
type: "<xref href=\"com.azure.search.documents.indexes.models.BlobIndexerParsingMode?alt=com.azure.search.documents.indexes.models.BlobIndexerParsingMode&text=BlobIndexerParsingMode\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public static final BlobIndexerParsingMode DEFAULT"
|
|
desc: "Static value default for BlobIndexerParsingMode."
|
|
- uid: "com.azure.search.documents.indexes.models.BlobIndexerParsingMode.DELIMITED_TEXT"
|
|
fullName: "com.azure.search.documents.indexes.models.BlobIndexerParsingMode.DELIMITED_TEXT"
|
|
name: "DELIMITED_TEXT"
|
|
nameWithType: "BlobIndexerParsingMode.DELIMITED_TEXT"
|
|
summary: "Static value delimited<wbr>Text for Blob<wbr>Indexer<wbr>Parsing<wbr>Mode."
|
|
modifiers:
|
|
- "static"
|
|
- "final"
|
|
field:
|
|
type: "<xref href=\"com.azure.search.documents.indexes.models.BlobIndexerParsingMode?alt=com.azure.search.documents.indexes.models.BlobIndexerParsingMode&text=BlobIndexerParsingMode\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public static final BlobIndexerParsingMode DELIMITED_TEXT"
|
|
desc: "Static value delimitedText for BlobIndexerParsingMode."
|
|
- uid: "com.azure.search.documents.indexes.models.BlobIndexerParsingMode.JSON"
|
|
fullName: "com.azure.search.documents.indexes.models.BlobIndexerParsingMode.JSON"
|
|
name: "JSON"
|
|
nameWithType: "BlobIndexerParsingMode.JSON"
|
|
summary: "Static value json for Blob<wbr>Indexer<wbr>Parsing<wbr>Mode."
|
|
modifiers:
|
|
- "static"
|
|
- "final"
|
|
field:
|
|
type: "<xref href=\"com.azure.search.documents.indexes.models.BlobIndexerParsingMode?alt=com.azure.search.documents.indexes.models.BlobIndexerParsingMode&text=BlobIndexerParsingMode\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public static final BlobIndexerParsingMode JSON"
|
|
desc: "Static value json for BlobIndexerParsingMode."
|
|
- uid: "com.azure.search.documents.indexes.models.BlobIndexerParsingMode.JSON_ARRAY"
|
|
fullName: "com.azure.search.documents.indexes.models.BlobIndexerParsingMode.JSON_ARRAY"
|
|
name: "JSON_ARRAY"
|
|
nameWithType: "BlobIndexerParsingMode.JSON_ARRAY"
|
|
summary: "Static value json<wbr>Array for Blob<wbr>Indexer<wbr>Parsing<wbr>Mode."
|
|
modifiers:
|
|
- "static"
|
|
- "final"
|
|
field:
|
|
type: "<xref href=\"com.azure.search.documents.indexes.models.BlobIndexerParsingMode?alt=com.azure.search.documents.indexes.models.BlobIndexerParsingMode&text=BlobIndexerParsingMode\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public static final BlobIndexerParsingMode JSON_ARRAY"
|
|
desc: "Static value jsonArray for BlobIndexerParsingMode."
|
|
- uid: "com.azure.search.documents.indexes.models.BlobIndexerParsingMode.JSON_LINES"
|
|
fullName: "com.azure.search.documents.indexes.models.BlobIndexerParsingMode.JSON_LINES"
|
|
name: "JSON_LINES"
|
|
nameWithType: "BlobIndexerParsingMode.JSON_LINES"
|
|
summary: "Static value json<wbr>Lines for Blob<wbr>Indexer<wbr>Parsing<wbr>Mode."
|
|
modifiers:
|
|
- "static"
|
|
- "final"
|
|
field:
|
|
type: "<xref href=\"com.azure.search.documents.indexes.models.BlobIndexerParsingMode?alt=com.azure.search.documents.indexes.models.BlobIndexerParsingMode&text=BlobIndexerParsingMode\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public static final BlobIndexerParsingMode JSON_LINES"
|
|
desc: "Static value jsonLines for BlobIndexerParsingMode."
|
|
- uid: "com.azure.search.documents.indexes.models.BlobIndexerParsingMode.TEXT"
|
|
fullName: "com.azure.search.documents.indexes.models.BlobIndexerParsingMode.TEXT"
|
|
name: "TEXT"
|
|
nameWithType: "BlobIndexerParsingMode.TEXT"
|
|
summary: "Static value text for Blob<wbr>Indexer<wbr>Parsing<wbr>Mode."
|
|
modifiers:
|
|
- "static"
|
|
- "final"
|
|
field:
|
|
type: "<xref href=\"com.azure.search.documents.indexes.models.BlobIndexerParsingMode?alt=com.azure.search.documents.indexes.models.BlobIndexerParsingMode&text=BlobIndexerParsingMode\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public static final BlobIndexerParsingMode TEXT"
|
|
desc: "Static value text for BlobIndexerParsingMode."
|
|
methods:
|
|
- uid: "com.azure.search.documents.indexes.models.BlobIndexerParsingMode.fromString(java.lang.String)"
|
|
fullName: "com.azure.search.documents.indexes.models.BlobIndexerParsingMode.fromString(String name)"
|
|
name: "fromString(String name)"
|
|
nameWithType: "BlobIndexerParsingMode.fromString(String name)"
|
|
summary: "Creates or finds a Blob<wbr>Indexer<wbr>Parsing<wbr>Mode from its string representation."
|
|
modifiers:
|
|
- "static"
|
|
parameters:
|
|
- description: "a name to look for."
|
|
name: "name"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public static BlobIndexerParsingMode fromString(String name)"
|
|
desc: "Creates or finds a BlobIndexerParsingMode from its string representation."
|
|
returns:
|
|
description: "the corresponding BlobIndexerParsingMode."
|
|
type: "<xref href=\"com.azure.search.documents.indexes.models.BlobIndexerParsingMode?alt=com.azure.search.documents.indexes.models.BlobIndexerParsingMode&text=BlobIndexerParsingMode\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.search.documents.indexes.models.BlobIndexerParsingMode.values()"
|
|
fullName: "com.azure.search.documents.indexes.models.BlobIndexerParsingMode.values()"
|
|
name: "values()"
|
|
nameWithType: "BlobIndexerParsingMode.values()"
|
|
summary: "Gets known Blob<wbr>Indexer<wbr>Parsing<wbr>Mode values."
|
|
modifiers:
|
|
- "static"
|
|
syntax: "public static Collection<BlobIndexerParsingMode> values()"
|
|
desc: "Gets known BlobIndexerParsingMode values."
|
|
returns:
|
|
description: "known BlobIndexerParsingMode values."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/Collection.html\">Collection</a><<xref href=\"com.azure.search.documents.indexes.models.BlobIndexerParsingMode?alt=com.azure.search.documents.indexes.models.BlobIndexerParsingMode&text=BlobIndexerParsingMode\" data-throw-if-not-resolved=\"False\" />>"
|
|
type: "class"
|
|
desc: "Defines values for BlobIndexerParsingMode."
|
|
metadata: {}
|
|
package: "com.azure.search.documents.indexes.models"
|
|
artifact: com.azure:azure-search-documents:11.5.0
|