C# Class FSSHTTPandWOPIInspector.Parsers.ObjectDataBLOBDeclaration

2.2.1.12.6.2 ObjectDataBLOBDeclaration
Inheritance: BaseStructure
Show file Open project: OfficeDev/Office-Inspectors-for-Fiddler Class Usage Examples

Public Properties

Property Type Description
CellReferencesCount CompactUnsigned64bitInteger
ObjectDataBLOBEXGUID ExtendedGUID
ObjectExtendedGUID ExtendedGUID
ObjectGroupObjectDataBLOBDeclaration StreamObjectHeader
ObjectPartitionID CompactUnsigned64bitInteger
ObjectReferencesCount CompactUnsigned64bitInteger

Public Methods

Method Description
Parse ( Stream s ) : void

Parse the ObjectDataBLOBDeclaration structure.

Method Details

Parse() public method

Parse the ObjectDataBLOBDeclaration structure.
public Parse ( Stream s ) : void
s Stream An stream containing ObjectDataBLOBDeclaration structure.
return void

Property Details

CellReferencesCount public property

public CompactUnsigned64bitInteger,FSSHTTPandWOPIInspector.Parsers CellReferencesCount
return CompactUnsigned64bitInteger

ObjectDataBLOBEXGUID public property

public ExtendedGUID,FSSHTTPandWOPIInspector.Parsers ObjectDataBLOBEXGUID
return ExtendedGUID

ObjectExtendedGUID public property

public ExtendedGUID,FSSHTTPandWOPIInspector.Parsers ObjectExtendedGUID
return ExtendedGUID

ObjectGroupObjectDataBLOBDeclaration public property

public StreamObjectHeader,FSSHTTPandWOPIInspector.Parsers ObjectGroupObjectDataBLOBDeclaration
return StreamObjectHeader

ObjectPartitionID public property

public CompactUnsigned64bitInteger,FSSHTTPandWOPIInspector.Parsers ObjectPartitionID
return CompactUnsigned64bitInteger

ObjectReferencesCount public property

public CompactUnsigned64bitInteger,FSSHTTPandWOPIInspector.Parsers ObjectReferencesCount
return CompactUnsigned64bitInteger