public sealed class MaintenanceWindow : IMessage<MaintenanceWindow>, IEquatable<MaintenanceWindow>, IDeepCloneable<MaintenanceWindow>, IBufferMessage, IMessage
Reference documentation and code samples for the Dataproc Metastore v1beta API class MaintenanceWindow.
Maintenance window. This specifies when Dataproc Metastore may perform system maintenance operation to the service.
Implements
IMessageMaintenanceWindow, IEquatableMaintenanceWindow, IDeepCloneableMaintenanceWindow, IBufferMessage, IMessageNamespace
Google.Cloud.Metastore.V1BetaAssembly
Google.Cloud.Metastore.V1Beta.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 |
int |