using System; using System.Collections.Generic; using System.Text; namespace TEAMModelOS.SDK.Context.Attributes.Azure { [AttributeUsage(AttributeTargets.Property)] public class PartitionKeyAttribute : Attribute { } }