Class MaintenanceWindow (2.0.0)

public sealed class MaintenanceWindow : IMessage<MaintenanceWindow>, IEquatable<MaintenanceWindow>, IDeepCloneable<MaintenanceWindow>, IBufferMessage, IMessage

Maintenance window. This specifies when Dataproc Metastore may perform system maintenance operation to the service.

Inheritance

Object > MaintenanceWindow

Namespace

Google.Cloud.Metastore.V1

Assembly

Google.Cloud.Metastore.V1.dll

Constructors

MaintenanceWindow()

public MaintenanceWindow()

MaintenanceWindow(MaintenanceWindow)

public MaintenanceWindow(MaintenanceWindow other)
Parameter
NameDescription
otherMaintenanceWindow

Properties

DayOfWeek

public DayOfWeek DayOfWeek { get; set; }

The day of week, when the window starts.

Property Value
TypeDescription
DayOfWeek

HourOfDay

public int? HourOfDay { get; set; }

The hour of day (0-23) when the window starts.

Property Value
TypeDescription
Nullable<Int32>