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.
[[["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, part of the Google.Cloud.Metastore.V1Beta namespace, defines when Dataproc Metastore can perform system maintenance."],["It is a sealed class that inherits from `Object` and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes constructors for creating new `MaintenanceWindow` objects, either empty or by copying an existing instance."],["`MaintenanceWindow` has properties to set the day of the week (`DayOfWeek`) and the hour of the day (`HourOfDay`) for the maintenance window start time."],["This class is located within the Google.Cloud.Metastore.V1Beta.dll assembly and has different versions available including the most recent 2.0.0-beta11."]]],[]]