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-03-21 UTC."],[[["This page provides reference documentation for the `DeleteSessionRequest` class within the Google Cloud Spanner v1 API for .NET."],["The `DeleteSessionRequest` class is used to request the deletion of a session and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The documentation covers multiple versions of the `DeleteSessionRequest` class, ranging from the latest beta version (5.0.0-beta05) down to version 3.5.0."],["Key members of the `DeleteSessionRequest` class include two constructors, `DeleteSessionRequest()` and `DeleteSessionRequest(DeleteSessionRequest)`, alongside the `Name` and `SessionName` properties."],["The `Name` property, of type string, is a required field representing the name of the session to delete, while `SessionName` offers a typed view over this resource name."]]],[]]