Class SegmentParser.PropertyInfo

    • Field Detail

      • propertyId

        public final RecordId propertyId
        Id of this record
      • count

        public final int count
        Number of values in properties of this type. -1 for single value properties.
      • size

        public final int size
        Size in bytes of this property
    • Constructor Detail

      • PropertyInfo

        public PropertyInfo​(RecordId propertyId,
                            int count,
                            int size)