Uses of Class
com.azure.search.documents.indexes.models.KnowledgeSourceIngestionPermissionOption
Packages that use KnowledgeSourceIngestionPermissionOption
Package
Description
Package containing the data models for SearchServiceClient.
-
Uses of KnowledgeSourceIngestionPermissionOption in com.azure.search.documents.indexes.models
Subclasses with type arguments of type KnowledgeSourceIngestionPermissionOption in com.azure.search.documents.indexes.modelsModifier and TypeClassDescriptionfinal classDefines values for KnowledgeSourceIngestionPermissionOption.Fields in com.azure.search.documents.indexes.models declared as KnowledgeSourceIngestionPermissionOptionModifier and TypeFieldDescriptionstatic final KnowledgeSourceIngestionPermissionOptionKnowledgeSourceIngestionPermissionOption.GROUP_IDSIngest group identifiers alongside document content.static final KnowledgeSourceIngestionPermissionOptionKnowledgeSourceIngestionPermissionOption.RBAC_SCOPEIngest RBAC scope information alongside document content.static final KnowledgeSourceIngestionPermissionOptionKnowledgeSourceIngestionPermissionOption.USER_IDSIngest explicit user identifiers alongside document content.Methods in com.azure.search.documents.indexes.models that return KnowledgeSourceIngestionPermissionOptionModifier and TypeMethodDescriptionKnowledgeSourceIngestionPermissionOption.fromString(String name) Creates or finds a KnowledgeSourceIngestionPermissionOption from its string representation.Methods in com.azure.search.documents.indexes.models that return types with arguments of type KnowledgeSourceIngestionPermissionOptionModifier and TypeMethodDescriptionKnowledgeSourceIngestionParameters.getIngestionPermissionOptions()Get the ingestionPermissionOptions property: Optional list of permission types to ingest together with document content.KnowledgeSourceIngestionPermissionOption.values()Gets known KnowledgeSourceIngestionPermissionOption values.Method parameters in com.azure.search.documents.indexes.models with type arguments of type KnowledgeSourceIngestionPermissionOptionModifier and TypeMethodDescriptionKnowledgeSourceIngestionParameters.setIngestionPermissionOptions(List<KnowledgeSourceIngestionPermissionOption> ingestionPermissionOptions) Set the ingestionPermissionOptions property: Optional list of permission types to ingest together with document content.