🔍 Code Extractor

Browse Components

Showing 20 of 1352 components

  • class QueryPropertyValue

    A class representing a typed property value container for SharePoint Client Search Query operations, where only one property type should be set at a time based on the QueryPropertyValueTypeIndex.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/sharepoint/search/query/property_value.py | Lines: 4-35

    sharepoint search query property-value typed-value
  • class PopularTenantQuery

    A client value class representing a popular tenant query in Microsoft SharePoint Search API, used to interact with SharePoint's search query functionality for popular tenant-level queries.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/sharepoint/search/query/popular_tenant_query.py | Lines: 4-7

    sharepoint search query tenant office365
  • class QuerySuggestionResults

    A container class for SharePoint search query suggestions, including people names, personal results, popular results, and query suggestions.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/sharepoint/search/query/suggestion_results.py | Lines: 15-33

    sharepoint search query-suggestions people-search autocomplete
  • class QuerySuggestionQuery

    A client value class representing a query suggestion query for SharePoint search operations.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/sharepoint/search/query/suggestion_results.py | Lines: 9-12

    sharepoint search query-suggestion client-value csom
  • class QueryRoutingInfo

    A data class representing query routing information for SharePoint search operations, containing query state and search endpoints.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/sharepoint/search/query/routing_info.py | Lines: 6-15

    sharepoint search query-routing rest-api office365
  • class QueryAutoCompletionMatch

    A data class representing a single autocomplete match result from a SharePoint search query, containing alternation text and a key identifier.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/sharepoint/search/query/auto_completion_match.py | Lines: 4-14

    sharepoint search autocomplete query data-transfer-object
  • class QueryProperty

    A class representing a name-value pair for storing additional or custom properties for SharePoint search queries.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/sharepoint/search/query/property.py | Lines: 5-19

    sharepoint search query property name-value-pair
  • class RefinerEntry

    RefinerEntry is a data class representing a single refinement entry in Microsoft Office Server Search REST API, containing a refinement name and its associated count.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/sharepoint/search/refiner/entry.py | Lines: 4-15

    sharepoint office365 search refinement facet
  • class Refiner

    A Refiner class that represents a SharePoint search refiner containing a list of RefinerEntry objects, inheriting from ClientValue for Office 365 REST API integration.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/sharepoint/search/refiner/refiner.py | Lines: 4-9

    sharepoint search refiner office365 rest-api
  • class AnalyticsSignal

    A class representing analytics signal data about an action performed by an actor on an item in SharePoint Search Analytics.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/sharepoint/search/analytics/signal.py | Lines: 4-9

    sharepoint analytics search office365 client-value
  • class SignalStore

    A class that provides methods for managing the SharePoint analytics signal store, inheriting from Entity base class.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/sharepoint/search/analytics/signal_store.py | Lines: 5-17

    sharepoint analytics signal-store search entity
  • class AnalyticsAction

    A class representing an action in a Microsoft SharePoint Client Search Analytics Signal Object, inheriting from ClientValue.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/sharepoint/search/analytics/action.py | Lines: 4-9

    sharepoint analytics search client-value data-model
  • class SearchObjectOwnerResult

    A data class representing the owner of a search object in Microsoft Office 365 Search REST API, containing identifiers for tenant, site collection, and site.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/sharepoint/search/object_owner_result.py | Lines: 4-19

    office365 search sharepoint data-model rest-api
  • class ContextCondition

    A data class representing context conditions for a tenant in Microsoft Office Server Search REST API, containing properties for context condition type and source identifier.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/sharepoint/search/context_condition.py | Lines: 4-19

    sharepoint office365 search context rest-api
  • class RelevantResults

    The RelevantResults table contains the actual query results. It MUST only be present if the ResultTypes element in the properties element of the Execute message contains ResultType.RelevantResults, as specified in section 2.2.5.5

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/sharepoint/search/relevant_results.py | Lines: 6-62

    class relevantresults
  • class CustomResult

    A data class representing custom search query results with layout templates and properties for Microsoft Office Server Search REST API.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/sharepoint/search/custom_result.py | Lines: 4-32

    search office365 sharepoint query-results rest-api
  • class SimpleDataTable

    A class representing a data table structure that contains a collection of SimpleDataRow objects, used in SharePoint search operations.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/sharepoint/search/simple_data_table.py | Lines: 6-17

    sharepoint data-table search client-value office365
  • class SimpleDataRow

    A class representing a single row in a data table, inheriting from ClientValue. It stores cell data as a dictionary and provides methods for property management.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/sharepoint/search/simple_data_row.py | Lines: 5-16

    data-table row office365 client-value odata
  • class RefinementResults

    A data class representing refinement results from a SharePoint search query, containing layout templates, refiners, and result metadata.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/sharepoint/search/refinement_results.py | Lines: 6-41

    sharepoint search refinement filtering facets
  • class QueryResult

    The QueryResult type is a grouping of result tables, where each contained result table is a ResultTable as specified in [MS-QSSWS] section 3.1.4.1.3.6.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/sharepoint/search/query_result.py | Lines: 9-43

    class queryresult