public sealed class CreateSnapshotRequest : IMessage<CreateSnapshotRequest>, IEquatable<CreateSnapshotRequest>, IDeepCloneable<CreateSnapshotRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Filestore v1 API class CreateSnapshotRequest.
[[["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 document provides reference information for the `CreateSnapshotRequest` class within the Google Cloud Filestore v1 API, specifically version 2.3.0."],["The `CreateSnapshotRequest` class, part of the `Google.Cloud.Filestore.V1` namespace, is used to create a new snapshot and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of the `CreateSnapshotRequest` class include `Parent` (the instance to take the snapshot of), `ParentAsInstanceName` (a typed view of `Parent`), `Snapshot` (the snapshot resource), and `SnapshotId` (the unique identifier for the snapshot)."],["The latest version of `CreateSnapshotRequest` available is 2.7.0, and the oldest version being 1.0.0, indicating the historical evolution of the API class."],["The class `CreateSnapshotRequest` is part of the assembly `Google.Cloud.Filestore.V1.dll` and it inherits members from the base `object` class, such as `GetHashCode`, `GetType`, and `ToString`."]]],[]]