Show / Hide Table of Contents

Class ResourceUsage

The ResourceUsage extension captures details about what is using a resource.

Inheritance
object
ResourceUsage
Implements
IMessage<ResourceUsage>
IEquatable<ResourceUsage>
IDeepCloneable<ResourceUsage>
IBufferMessage
IMessage
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
Namespace: Google.Backstory
Assembly: Google.Backstory.dll
Syntax
public sealed class ResourceUsage : IMessage<ResourceUsage>, IEquatable<ResourceUsage>, IDeepCloneable<ResourceUsage>, IBufferMessage, IMessage

Constructors

ResourceUsage()

Declaration
public ResourceUsage()

ResourceUsage(ResourceUsage)

Declaration
public ResourceUsage(ResourceUsage other)
Parameters
Type Name Description
ResourceUsage other

Properties

UsedEntity

The name of the entity (e.g., process, user) that is using the resource.

Declaration
public string UsedEntity { get; set; }
Property Value
Type Description
string

UsedEntityId

A numerical identifier for the entity using the resource (e.g., PID, UID).

Declaration
public string UsedEntityId { get; set; }
Property Value
Type Description
string
In this article
Back to top Generated by DocFX