public sealed class MaintenanceWindow : IMessage<MaintenanceWindow>, IEquatable<MaintenanceWindow>, IDeepCloneable<MaintenanceWindow>, IBufferMessage, IMessageReference documentation and code samples for the Dataproc Metastore v1 API class MaintenanceWindow.
Maintenance window. This specifies when Dataproc Metastore may perform system maintenance operation to the service.
Implements
IMessage<MaintenanceWindow>, IEquatable<MaintenanceWindow>, IDeepCloneable<MaintenanceWindow>, IBufferMessage, IMessageNamespace
Google.Cloud.Metastore.V1Assembly
Google.Cloud.Metastore.V1.dll
Constructors
MaintenanceWindow()
public MaintenanceWindow()MaintenanceWindow(MaintenanceWindow)
public MaintenanceWindow(MaintenanceWindow other)| Parameter | |
|---|---|
| Name | Description |
other |
MaintenanceWindow |
Properties
DayOfWeek
public DayOfWeek DayOfWeek { get; set; }The day of week, when the window starts.
| Property Value | |
|---|---|
| Type | Description |
DayOfWeek |
|
HourOfDay
public int? HourOfDay { get; set; }The hour of day (0-23) when the window starts.
| Property Value | |
|---|---|
| Type | Description |
Nullable<Int32> |
|