@servicenow/sdk - v4.4.1
    Preparing search index...
    sys_attachment: {
        allowWebServiceAccess: true;
        attributes: {
            allow_data_replicate: true;
            block_on_ui_idr_configuration: true;
            largeTable: true;
            no_archive: true;
        };
        display: "file_name";
        label: "Attachment";
        name: "sys_attachment";
        schema: {
            average_image_color: Typed;
            chunk_size_bytes: Typed;
            compressed: Typed;
            content_type: Typed;
            file_name: Typed;
            hash: Typed;
            image_height: Typed;
            image_width: Typed;
            size_bytes: Typed;
            size_compressed: Typed;
            state: Typed;
            sys_created_by: Typed;
            sys_created_on: Typed;
            sys_id: Typed;
            sys_mod_count: Typed;
            sys_updated_by: Typed;
            sys_updated_on: Typed;
            table_name: Typed;
            table_sys_id: Typed;
        };
    }

    Type Declaration

    • ReadonlyallowWebServiceAccess: true
    • Readonlyattributes: {
          allow_data_replicate: true;
          block_on_ui_idr_configuration: true;
          largeTable: true;
          no_archive: true;
      }
    • Readonlydisplay: "file_name"
    • Readonlylabel: "Attachment"
    • Readonlyname: "sys_attachment"
    • Readonlyschema: {
          average_image_color: Typed;
          chunk_size_bytes: Typed;
          compressed: Typed;
          content_type: Typed;
          file_name: Typed;
          hash: Typed;
          image_height: Typed;
          image_width: Typed;
          size_bytes: Typed;
          size_compressed: Typed;
          state: Typed;
          sys_created_by: Typed;
          sys_created_on: Typed;
          sys_id: Typed;
          sys_mod_count: Typed;
          sys_updated_by: Typed;
          sys_updated_on: Typed;
          table_name: Typed;
          table_sys_id: Typed;
      }