You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: admin/model_streams_start_stream_processor_with.go
+35Lines changed: 35 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -13,6 +13,8 @@ type StreamsStartStreamProcessorWith struct {
13
13
Links*[]Link`json:"links,omitempty"`
14
14
// The operation time after which the change stream source should begin reporting. This parameter expresses its value in the ISO 8601 timestamp format in UTC.
Copy file name to clipboardExpand all lines: docs/docs/StreamsProcessorWithStats.md
+25Lines changed: 25 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,7 @@ Name | Type | Description | Notes
11
11
**Pipeline** | [**[]any**](any.md) | Stream aggregation pipeline you want to apply to your streaming data. | [readonly]
12
12
**State** | **string** | The state of the stream processor. Commonly occurring states are 'CREATED', 'STARTED', 'STOPPED' and 'FAILED'. | [readonly]
13
13
**Stats** | Pointer to [**any**](interface{}.md) | The stats associated with the stream processor. | [optional][readonly]
14
+
**Tier** | Pointer to **string** | Selected tier for the Stream Workspace. Configures Memory / VCPU allowances. | [optional]
14
15
15
16
## Methods
16
17
@@ -179,6 +180,30 @@ SetStats sets Stats field to given value.
179
180
`func (o *StreamsProcessorWithStats) HasStats() bool`
180
181
181
182
HasStats returns a boolean if a field has been set.
183
+
### GetTier
184
+
185
+
`func (o *StreamsProcessorWithStats) GetTier() string`
186
+
187
+
GetTier returns the Tier field if non-nil, zero value otherwise.
188
+
189
+
### GetTierOk
190
+
191
+
`func (o *StreamsProcessorWithStats) GetTierOk() (*string, bool)`
192
+
193
+
GetTierOk returns a tuple with the Tier field if it's non-nil, zero value otherwise
194
+
and a boolean to check if the value has been set.
195
+
196
+
### SetTier
197
+
198
+
`func (o *StreamsProcessorWithStats) SetTier(v string)`
199
+
200
+
SetTier sets Tier field to given value.
201
+
202
+
### HasTier
203
+
204
+
`func (o *StreamsProcessorWithStats) HasTier() bool`
205
+
206
+
HasTier returns a boolean if a field has been set.
182
207
183
208
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
**Links** | Pointer to [**[]Link**](Link.md) | List of one or more Uniform Resource Locators (URLs) that point to API sub-resources, related API resources, or both. RFC 5988 outlines these relationships. | [optional][readonly]
8
8
**StartAtOperationTime** | Pointer to **time.Time** | The operation time after which the change stream source should begin reporting. This parameter expresses its value in the ISO 8601 timestamp format in UTC. | [optional]
9
+
**Tier** | Pointer to **string** | Selected tier for the Stream Workspace. Configures Memory / VCPU allowances. | [optional]
9
10
10
11
## Methods
11
12
@@ -74,6 +75,30 @@ SetStartAtOperationTime sets StartAtOperationTime field to given value.
74
75
`func (o *StreamsStartStreamProcessorWith) HasStartAtOperationTime() bool`
75
76
76
77
HasStartAtOperationTime returns a boolean if a field has been set.
78
+
### GetTier
79
+
80
+
`func (o *StreamsStartStreamProcessorWith) GetTier() string`
81
+
82
+
GetTier returns the Tier field if non-nil, zero value otherwise.
83
+
84
+
### GetTierOk
85
+
86
+
`func (o *StreamsStartStreamProcessorWith) GetTierOk() (*string, bool)`
87
+
88
+
GetTierOk returns a tuple with the Tier field if it's non-nil, zero value otherwise
89
+
and a boolean to check if the value has been set.
90
+
91
+
### SetTier
92
+
93
+
`func (o *StreamsStartStreamProcessorWith) SetTier(v string)`
94
+
95
+
SetTier sets Tier field to given value.
96
+
97
+
### HasTier
98
+
99
+
`func (o *StreamsStartStreamProcessorWith) HasTier() bool`
100
+
101
+
HasTier returns a boolean if a field has been set.
77
102
78
103
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
0 commit comments