Skip to content

Latest commit

 

History

History
198 lines (105 loc) · 5.12 KB

StreamStats.md

File metadata and controls

198 lines (105 loc) · 5.12 KB

StreamStats

Properties

Name Type Description Notes
CompressedSize float64
CreatedAt int64
DocNum int64
DocTimeMax int64
DocTimeMin int64
FileNum int64
IndexSize float64
StorageSize float64

Methods

NewStreamStats

func NewStreamStats(compressedSize float64, createdAt int64, docNum int64, docTimeMax int64, docTimeMin int64, fileNum int64, indexSize float64, storageSize float64, ) *StreamStats

NewStreamStats instantiates a new StreamStats 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

NewStreamStatsWithDefaults

func NewStreamStatsWithDefaults() *StreamStats

NewStreamStatsWithDefaults instantiates a new StreamStats 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

GetCompressedSize

func (o *StreamStats) GetCompressedSize() float64

GetCompressedSize returns the CompressedSize field if non-nil, zero value otherwise.

GetCompressedSizeOk

func (o *StreamStats) GetCompressedSizeOk() (*float64, bool)

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

SetCompressedSize

func (o *StreamStats) SetCompressedSize(v float64)

SetCompressedSize sets CompressedSize field to given value.

GetCreatedAt

func (o *StreamStats) GetCreatedAt() int64

GetCreatedAt returns the CreatedAt field if non-nil, zero value otherwise.

GetCreatedAtOk

func (o *StreamStats) GetCreatedAtOk() (*int64, bool)

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

SetCreatedAt

func (o *StreamStats) SetCreatedAt(v int64)

SetCreatedAt sets CreatedAt field to given value.

GetDocNum

func (o *StreamStats) GetDocNum() int64

GetDocNum returns the DocNum field if non-nil, zero value otherwise.

GetDocNumOk

func (o *StreamStats) GetDocNumOk() (*int64, bool)

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

SetDocNum

func (o *StreamStats) SetDocNum(v int64)

SetDocNum sets DocNum field to given value.

GetDocTimeMax

func (o *StreamStats) GetDocTimeMax() int64

GetDocTimeMax returns the DocTimeMax field if non-nil, zero value otherwise.

GetDocTimeMaxOk

func (o *StreamStats) GetDocTimeMaxOk() (*int64, bool)

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

SetDocTimeMax

func (o *StreamStats) SetDocTimeMax(v int64)

SetDocTimeMax sets DocTimeMax field to given value.

GetDocTimeMin

func (o *StreamStats) GetDocTimeMin() int64

GetDocTimeMin returns the DocTimeMin field if non-nil, zero value otherwise.

GetDocTimeMinOk

func (o *StreamStats) GetDocTimeMinOk() (*int64, bool)

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

SetDocTimeMin

func (o *StreamStats) SetDocTimeMin(v int64)

SetDocTimeMin sets DocTimeMin field to given value.

GetFileNum

func (o *StreamStats) GetFileNum() int64

GetFileNum returns the FileNum field if non-nil, zero value otherwise.

GetFileNumOk

func (o *StreamStats) GetFileNumOk() (*int64, bool)

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

SetFileNum

func (o *StreamStats) SetFileNum(v int64)

SetFileNum sets FileNum field to given value.

GetIndexSize

func (o *StreamStats) GetIndexSize() float64

GetIndexSize returns the IndexSize field if non-nil, zero value otherwise.

GetIndexSizeOk

func (o *StreamStats) GetIndexSizeOk() (*float64, bool)

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

SetIndexSize

func (o *StreamStats) SetIndexSize(v float64)

SetIndexSize sets IndexSize field to given value.

GetStorageSize

func (o *StreamStats) GetStorageSize() float64

GetStorageSize returns the StorageSize field if non-nil, zero value otherwise.

GetStorageSizeOk

func (o *StreamStats) GetStorageSizeOk() (*float64, bool)

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

SetStorageSize

func (o *StreamStats) SetStorageSize(v float64)

SetStorageSize sets StorageSize field to given value.

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