ContainerDefinition<T>.WithComputedProperties Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
ComputedProperty definition for Azure Cosmos container.
public Microsoft.Azure.Cosmos.Fluent.ComputedPropertiesDefinition<T> WithComputedProperties();
member this.WithComputedProperties : unit -> Microsoft.Azure.Cosmos.Fluent.ComputedPropertiesDefinition<'T (requires 'T :> Microsoft.Azure.Cosmos.Fluent.ContainerDefinition<'T>)>
Public Function WithComputedProperties () As ComputedPropertiesDefinition(Of T)
Returns
An instance of ComputedPropertiesDefinition<T>.