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."],[[["This webpage details the `MaintenanceWindow` class within the `Google.Cloud.Metastore.V1` namespace, specifying when Dataproc Metastore can perform system maintenance."],["The latest version of `MaintenanceWindow` is 2.9.0, and the page offers access to documentation for versions ranging from 1.0.0 to 2.9.0."],["The `MaintenanceWindow` class inherits from `Object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class's properties include `DayOfWeek`, representing the start day of the maintenance window, and `HourOfDay`, indicating the start hour, both of which can be set."],["The `MaintenanceWindow` can be instantiated with no arguments or by copying another `MaintenanceWindow` object, through its 2 constructors."]]],[]]