Class StorageIndexCellMapping

java.lang.Object
org.apache.tika.parser.microsoft.onenote.fsshttpb.streamobj.StreamObject
org.apache.tika.parser.microsoft.onenote.fsshttpb.streamobj.StorageIndexCellMapping
All Implemented Interfaces:
IFSSHTTPBSerializable

public class StorageIndexCellMapping extends StreamObject
Specifies the storage index cell mappings (with cell identifier, cell mapping extended GUID, and cell mapping serial number)
  • Field Details

    • cellID

      public CellID cellID
    • cellMappingExGuid

      public ExGuid cellMappingExGuid
    • cellMappingSerialNumber

      public SerialNumber cellMappingSerialNumber
  • Constructor Details

    • StorageIndexCellMapping

      public StorageIndexCellMapping()
      Initializes a new instance of the StorageIndexCellMapping class.
  • Method Details