public sealed class DeleteSessionRequest : IMessage<DeleteSessionRequest>, IEquatable<DeleteSessionRequest>, IDeepCloneable<DeleteSessionRequest>, IBufferMessage, IMessage
The request for [DeleteSession][google.spanner.v1.Spanner.DeleteSession].
[[["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-04-17 UTC."],[[["This document outlines the `DeleteSessionRequest` class, which is used to request the deletion of a session within the Google Cloud Spanner service, specifically within version 3.6.0 of the `Google.Cloud.Spanner.V1` library."],["The latest version of the `DeleteSessionRequest` documentation available is 5.0.0-beta05, and there are numerous older versions of the documentation listed, all the way down to 3.5.0."],["The `DeleteSessionRequest` class inherits from the `Object` class and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enhancing its capabilities and flexibility within the .NET environment."],["The class provides two constructors, a parameterless constructor `DeleteSessionRequest()` and a constructor accepting another `DeleteSessionRequest` object `DeleteSessionRequest(DeleteSessionRequest other)`."],["The `DeleteSessionRequest` class exposes properties such as `Name` (a string representing the name of the session to delete) and `SessionName` (a `SessionName` type providing a structured view over the session's name), facilitating the handling of session identifiers."]]],[]]