Skip to main contentIBM Video Streaming Developers

BytePoint

Measured amount of bytes at a given point in time.

type BytePoint {
    # Measured amount of bytes.
    bytes: Byte!
    # At this point in time.
    at: Time!
}

Fields

bytes: Byte!

Measured amount of bytes.

at: Time!

At this point in time.