show | describe space locks

Provides information about each entry in a space that is locked, including which member of the space has locked the entry and the entry's field values.

Syntax

show | describe space <string> 
locks [count] 
[member_name <string>] [filter <string>]

Parameters

The following table describes the parameters for this command.

show | describe space locks Parameters
Parameter Description
count Specifies display of the number of locks.
member_name Specifies display of only the locks for a specified member. For example, to see a count of the locks for a particular space member you could enter the command:

show space 'myspace' locks member_name 'member1' count

filter Specifies display of only the locks that match a specified filter string.

For example, to see if there is an existing lock on a particular space entry you could enter the command:

show space 'myspace' locks filter 'key=5'