Skip to content

Latest commit

 

History

History
135 lines (72 loc) · 3.92 KB

StreamSummary.md

File metadata and controls

135 lines (72 loc) · 3.92 KB

StreamSummary

Properties

Name Type Description Notes
NumStreams int64
TotalCompressedSize float64
TotalIndexSize float64
TotalRecords int64
TotalStorageSize float64

Methods

NewStreamSummary

func NewStreamSummary(numStreams int64, totalCompressedSize float64, totalIndexSize float64, totalRecords int64, totalStorageSize float64, ) *StreamSummary

NewStreamSummary instantiates a new StreamSummary object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

NewStreamSummaryWithDefaults

func NewStreamSummaryWithDefaults() *StreamSummary

NewStreamSummaryWithDefaults instantiates a new StreamSummary object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

GetNumStreams

func (o *StreamSummary) GetNumStreams() int64

GetNumStreams returns the NumStreams field if non-nil, zero value otherwise.

GetNumStreamsOk

func (o *StreamSummary) GetNumStreamsOk() (*int64, bool)

GetNumStreamsOk returns a tuple with the NumStreams field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetNumStreams

func (o *StreamSummary) SetNumStreams(v int64)

SetNumStreams sets NumStreams field to given value.

GetTotalCompressedSize

func (o *StreamSummary) GetTotalCompressedSize() float64

GetTotalCompressedSize returns the TotalCompressedSize field if non-nil, zero value otherwise.

GetTotalCompressedSizeOk

func (o *StreamSummary) GetTotalCompressedSizeOk() (*float64, bool)

GetTotalCompressedSizeOk returns a tuple with the TotalCompressedSize field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetTotalCompressedSize

func (o *StreamSummary) SetTotalCompressedSize(v float64)

SetTotalCompressedSize sets TotalCompressedSize field to given value.

GetTotalIndexSize

func (o *StreamSummary) GetTotalIndexSize() float64

GetTotalIndexSize returns the TotalIndexSize field if non-nil, zero value otherwise.

GetTotalIndexSizeOk

func (o *StreamSummary) GetTotalIndexSizeOk() (*float64, bool)

GetTotalIndexSizeOk returns a tuple with the TotalIndexSize field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetTotalIndexSize

func (o *StreamSummary) SetTotalIndexSize(v float64)

SetTotalIndexSize sets TotalIndexSize field to given value.

GetTotalRecords

func (o *StreamSummary) GetTotalRecords() int64

GetTotalRecords returns the TotalRecords field if non-nil, zero value otherwise.

GetTotalRecordsOk

func (o *StreamSummary) GetTotalRecordsOk() (*int64, bool)

GetTotalRecordsOk returns a tuple with the TotalRecords field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetTotalRecords

func (o *StreamSummary) SetTotalRecords(v int64)

SetTotalRecords sets TotalRecords field to given value.

GetTotalStorageSize

func (o *StreamSummary) GetTotalStorageSize() float64

GetTotalStorageSize returns the TotalStorageSize field if non-nil, zero value otherwise.

GetTotalStorageSizeOk

func (o *StreamSummary) GetTotalStorageSizeOk() (*float64, bool)

GetTotalStorageSizeOk returns a tuple with the TotalStorageSize field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetTotalStorageSize

func (o *StreamSummary) SetTotalStorageSize(v float64)

SetTotalStorageSize sets TotalStorageSize field to given value.

[Back to Model list] [Back to API list] [Back to README]