Name | Type | Description | Notes |
---|---|---|---|
NumStreams | int64 | ||
TotalCompressedSize | float64 | ||
TotalIndexSize | float64 | ||
TotalRecords | int64 | ||
TotalStorageSize | float64 |
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
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
func (o *StreamSummary) GetNumStreams() int64
GetNumStreams returns the NumStreams field if non-nil, zero value otherwise.
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.
func (o *StreamSummary) SetNumStreams(v int64)
SetNumStreams sets NumStreams field to given value.
func (o *StreamSummary) GetTotalCompressedSize() float64
GetTotalCompressedSize returns the TotalCompressedSize field if non-nil, zero value otherwise.
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.
func (o *StreamSummary) SetTotalCompressedSize(v float64)
SetTotalCompressedSize sets TotalCompressedSize field to given value.
func (o *StreamSummary) GetTotalIndexSize() float64
GetTotalIndexSize returns the TotalIndexSize field if non-nil, zero value otherwise.
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.
func (o *StreamSummary) SetTotalIndexSize(v float64)
SetTotalIndexSize sets TotalIndexSize field to given value.
func (o *StreamSummary) GetTotalRecords() int64
GetTotalRecords returns the TotalRecords field if non-nil, zero value otherwise.
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.
func (o *StreamSummary) SetTotalRecords(v int64)
SetTotalRecords sets TotalRecords field to given value.
func (o *StreamSummary) GetTotalStorageSize() float64
GetTotalStorageSize returns the TotalStorageSize field if non-nil, zero value otherwise.
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.
func (o *StreamSummary) SetTotalStorageSize(v float64)
SetTotalStorageSize sets TotalStorageSize field to given value.