
C# |
public class DefaultClusterParameters

All Members | Constructors | Methods | Properties | ||
Icon | Member | Description |
---|---|---|
![]() | DefaultClusterParameters()()()() | Initializes a new instance of the DefaultClusterParameters class |
![]() | Equals(Object) | (Inherited from Object.) |
![]() | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType()()()() | Gets the type of the current instance. (Inherited from Object.) |
![]() | Marker |
Gets and sets the property Marker.
A value that indicates the starting point for the next set of response
records in a subsequent request. If a value is returned in a response,
you can retrieve the next set of records by providing this returned marker
value in the |
![]() | ParameterGroupFamily |
Gets and sets the property ParameterGroupFamily.
The name of the cluster parameter group family to which the engine default parameters apply. |
![]() | Parameters |
Gets and sets the property Parameters.
The list of cluster default parameters. |
![]() | ToString()()()() | Returns a string that represents the current object. (Inherited from Object.) |
![]() | WithMarker(String) | Obsolete.
Sets the Marker property
|
![]() | WithParameterGroupFamily(String) | Obsolete.
Sets the ParameterGroupFamily property
|
![]() | WithParameters(array<Parameter>[]()[][]) | Obsolete.
Sets the Parameters property
|
![]() | WithParameters(IEnumerable<(Of <<'(Parameter>)>>)) | Obsolete.
Sets the Parameters property
|

Object | |
![]() | DefaultClusterParameters |