public sealed class MaintenanceWindow : IMessage<MaintenanceWindow>, IEquatable<MaintenanceWindow>, IDeepCloneable<MaintenanceWindow>, IBufferMessage, IMessage
Reference documentation and code samples for the Dataproc Metastore v1alpha API class MaintenanceWindow.
Maintenance window. This specifies when Dataproc Metastore
may perform system maintenance operation to the service.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The `MaintenanceWindow` class in the Dataproc Metastore v1alpha API allows users to define a specific time frame for system maintenance operations."],["This class is part of the `Google.Cloud.Metastore.V1Alpha` namespace and is available in the `Google.Cloud.Metastore.V1Alpha.dll` assembly."],["It offers two constructors, one default and another that accepts an existing `MaintenanceWindow` object, and implements several interfaces, including `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The `MaintenanceWindow` class has properties to specify the day of the week (`DayOfWeek`) and the hour of the day (`HourOfDay`) when the maintenance window begins."],["The documentation provided covers three versions, with `2.0.0-alpha11` as the latest, and shows that this class inherits from the `object` class and utilizes methods like `GetHashCode`, `GetType`, and `ToString`."]]],[]]