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."],[[["The `DeleteSessionRequest` class is used to request the deletion of a session within the Google Cloud Spanner V1 API."],["This class is part of the `Google.Cloud.Spanner.V1` namespace and is found in the `Google.Cloud.Spanner.V1.dll` assembly, and is part of a long list of versions of the same documentation, ranging from `5.0.0-beta05` (the most recent) down to `3.5.0`."],["It inherits from `Object` and implements several interfaces, including `IMessage`, `IEquatable\u003cDeleteSessionRequest\u003e`, `IDeepCloneable\u003cDeleteSessionRequest\u003e`, and `IBufferMessage`, allowing for rich functionality when working with it."],["It contains two properties, `Name` (a string representing the name of the session to be deleted) and `SessionName`, which provides a typed view of the `Name` property."],["The class provides two constructors, one that is empty, and one that takes a `DeleteSessionRequest` object, allowing it to be cloned with ease."]]],[]]