Dataproc Metastore v1beta API - Class MaintenanceWindow (2.0.0-beta08)

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.

Inheritance

object > MaintenanceWindow

Namespace

Google.Cloud.Metastore.V1Beta

Assembly

Google.Cloud.Metastore.V1Beta.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
int