@servicenow/sdk - v4.4.1
    Preparing search index...
    sys_data_source: {
        allowWebServiceAccess: true;
        attributes: {
            "all_tables.text_index_translations": true;
            exclude_from_antivirus_scan: true;
            update_synch: true;
        };
        extends: "sys_metadata";
        label: "Data Source";
        name: "sys_data_source";
        schema: {
            batch_size: Typed;
            category: Typed;
            connection_override_last_success_time: Typed;
            connection_timeout: Typed;
            connection_url: Typed;
            connection_url_parameters: Typed;
            csv_delimiter: Typed;
            data_in_single_column: Typed;
            data_loader: Typed;
            database_name: Typed;
            database_port: Typed;
            discard_arrays: Typed;
            enable_parallel_loading: Typed;
            expand_node_children: Typed;
            file_path: Typed;
            file_retrieval_method: Typed;
            format: Typed;
            glide_keystore: Typed;
            header_row: Typed;
            import_connection_alias: Typed;
            import_set_table_label: Typed;
            import_set_table_name: Typed;
            instance_name: Typed;
            jdbc_password: Typed;
            jdbc_server: Typed;
            jdbc_user_name: Typed;
            jpath_root_node: Typed;
            last_run_database_field: Typed;
            last_run_datetime: Typed;
            last_success_import_time: Typed;
            ldap_target: Typed;
            ldapprobe_result_set_rows: Typed;
            limit: Typed;
            maximum_rows: Typed;
            mid_server: Typed;
            name: Typed;
            offset: Typed;
            oracle_port: Typed;
            oracle_sid: Typed;
            parallel_loading_script: Typed;
            parsing_script: Typed;
            properties: Typed;
            query: Typed;
            query_timeout: Typed;
            request_action: Typed;
            scp_authentication: Typed;
            scp_password: Typed;
            scp_port: Typed;
            scp_server: Typed;
            scp_user_name: Typed;
            sheet_name: Typed;
            sheet_number: Typed;
            sql_statement: Typed;
            ssh_keyfile_path: Typed;
            support_pagination: Typed;
            sys_id: Typed;
            table_name: Typed;
            type: Typed;
            use_batch_import: Typed;
            use_import_connection_alias: Typed;
            use_integrated_authentication: Typed;
            use_last_run_datetime: Typed;
            xpath_root_node: Typed;
            zipped: Typed;
        };
        textIndex: true;
    }

    Type Declaration

    • ReadonlyallowWebServiceAccess: true
    • Readonlyattributes: {
          "all_tables.text_index_translations": true;
          exclude_from_antivirus_scan: true;
          update_synch: true;
      }
    • Readonlyextends: "sys_metadata"
    • Readonlylabel: "Data Source"
    • Readonlyname: "sys_data_source"
    • Readonlyschema: {
          batch_size: Typed;
          category: Typed;
          connection_override_last_success_time: Typed;
          connection_timeout: Typed;
          connection_url: Typed;
          connection_url_parameters: Typed;
          csv_delimiter: Typed;
          data_in_single_column: Typed;
          data_loader: Typed;
          database_name: Typed;
          database_port: Typed;
          discard_arrays: Typed;
          enable_parallel_loading: Typed;
          expand_node_children: Typed;
          file_path: Typed;
          file_retrieval_method: Typed;
          format: Typed;
          glide_keystore: Typed;
          header_row: Typed;
          import_connection_alias: Typed;
          import_set_table_label: Typed;
          import_set_table_name: Typed;
          instance_name: Typed;
          jdbc_password: Typed;
          jdbc_server: Typed;
          jdbc_user_name: Typed;
          jpath_root_node: Typed;
          last_run_database_field: Typed;
          last_run_datetime: Typed;
          last_success_import_time: Typed;
          ldap_target: Typed;
          ldapprobe_result_set_rows: Typed;
          limit: Typed;
          maximum_rows: Typed;
          mid_server: Typed;
          name: Typed;
          offset: Typed;
          oracle_port: Typed;
          oracle_sid: Typed;
          parallel_loading_script: Typed;
          parsing_script: Typed;
          properties: Typed;
          query: Typed;
          query_timeout: Typed;
          request_action: Typed;
          scp_authentication: Typed;
          scp_password: Typed;
          scp_port: Typed;
          scp_server: Typed;
          scp_user_name: Typed;
          sheet_name: Typed;
          sheet_number: Typed;
          sql_statement: Typed;
          ssh_keyfile_path: Typed;
          support_pagination: Typed;
          sys_id: Typed;
          table_name: Typed;
          type: Typed;
          use_batch_import: Typed;
          use_import_connection_alias: Typed;
          use_integrated_authentication: Typed;
          use_last_run_datetime: Typed;
          xpath_root_node: Typed;
          zipped: Typed;
      }
    • ReadonlytextIndex: true