Struct CacheContext<TEntity>
The stored cache context
Inherited Members
Namespace: Microsoft.Graph.Communications.Client.Cache
Assembly: Microsoft.Graph.Communications.Client.dll
Syntax
public struct CacheContext<TEntity>
where TEntity : Entity
Type Parameters
| Name | Description |
|---|---|
| TEntity | The type of the entity. |
Properties
Id
Gets or sets the context identifier.
Declaration
public string Id { get; set; }
Property Value
| Type | Description |
|---|---|
| String |
Resource
Gets or sets the resource.
Declaration
public TEntity Resource { get; set; }
Property Value
| Type | Description |
|---|---|
| TEntity |
ScenarioId
Gets or sets the scenario identifier associated with this resource.
Declaration
public Guid ScenarioId { get; set; }
Property Value
| Type | Description |
|---|---|
| Guid |
TenantId
Gets or sets the tenant identifier associated with this resource.
Declaration
public string TenantId { get; set; }
Property Value
| Type | Description |
|---|---|
| String |