public sealed class DeleteSessionRequest : IMessage<DeleteSessionRequest>, IEquatable<DeleteSessionRequest>, IDeepCloneable<DeleteSessionRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Spanner v1 API class DeleteSessionRequest.
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 webpage provides documentation for the `DeleteSessionRequest` class within the Google Cloud Spanner v1 API for .NET, with the current version being 4.1.0."],["The `DeleteSessionRequest` class is used to request the deletion of a session in Google Cloud Spanner, implementing interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `DeleteSessionRequest` class includes properties like `Name` (a string representing the session name to be deleted) and `SessionName` (a typed view of the `Name` property), along with constructors for creating instances of the request."],["The documentation also lists a history of different versions of the API, including the latest beta version 5.0.0-beta05, and down to version 3.5.0, each with its own link."],["This content gives a list of all the inherited members of the class, as well as the namespace and assembly the class exists in."]]],[]]